#BC9EBD

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

Shades of Lola #BC9EBD

Tints of Lola #BC9EBD

Color information

#BC9EBD (or 0xBC9EBD) is unknown color: approx Lola. HEX triplet: BC, 9E and BD. RGB value is (188,158,189). Sum of RGB (Red+Green+Blue) = 188+158+189=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC9EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EBD is #436142. Grayscale: #AAAAAA. Windows color (decimal): -4415811 or 12426940. OLE color: 12426940.

HSL color Cylindrical-coordinate representation of color #BC9EBD: hue angle of 298.06º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BC9EBD is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188158189-
CMYK0.010.1600.26
HSL298.06º19.02%68.04%-
HSV(B)298.06º16.4%74.12%-
XYZ42.1538.8253.42-
YUV170.5138.44140.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=35.14%
G=29.53%
B=35.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881581890.010.1600.26298.0619.0268.04
HexBC9EBD11001A12a1344
Octal27423627512003245223104
Binary101111001001111010111101110000011010100101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9EBD; }

 p { color: rgb(188,158,189); }

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

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

 a { background-color: rgb(188,158,189); }

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

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

 span { border-color: rgb(188,158,189); }

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