#BC9CBF

Color #BC9CBF Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BC9CBF

Tints of Lola #BC9CBF

Color information

#BC9CBF (or 0xBC9CBF) is unknown color: approx Lola. HEX triplet: BC, 9C and BF. RGB value is (188,156,191). Sum of RGB (Red+Green+Blue) = 188+156+191=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC9CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CBF is #436340. Grayscale: #A9A9A9. Windows color (decimal): -4416321 or 12557500. OLE color: 12557500.

HSL color Cylindrical-coordinate representation of color #BC9CBF: hue angle of 294.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BC9CBF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188156191-
CMYK0.020.1800.25
HSL294.86º21.47%68.04%-
HSV(B)294.86º18.32%74.9%-
XYZ42.0338.2354.45-
YUV169.56140.1141.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 191 (75% from 255) = 35.70%
R=35.14%
G=29.16%
B=35.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881561910.020.1800.25294.8621.4768.04
HexBC9CBF2120191271544
Octal27423427722203144725104
Binary1011110010011100101111111010010011001100100111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CBF; }

 p { color: rgb(188,156,191); }

 H1.HeaderClassName
 {
   color: #BC9CBF;
 }
 .AnyTagClassName
 {
   color: #BC9CBF;
 }
</style>
background-color css

<style>
 a { background-color: #BC9CBF; }

 a { background-color: rgb(188,156,191); }

 div.DivClassName
 {
   background-color: #BC9CBF;
 }
 .BgClassName
 {
   background-color: #BC9CBF;
 }
</style>
border-color css

<style>
 span { border-color: #BC9CBF; }

 span { border-color: rgb(188,156,191); }

 td.TdClassName
 {
   border-color: #BC9CBF;
 }
 .TagClassName
 {
   border-color: #BC9CBF;
 }
</style>