#BC9EBE

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

Shades of Lola #BC9EBE

Tints of Lola #BC9EBE

Color information

#BC9EBE (or 0xBC9EBE) is unknown color: approx Lola. HEX triplet: BC, 9E and BE. RGB value is (188,158,190). Sum of RGB (Red+Green+Blue) = 188+158+190=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC9EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EBE is #436141. Grayscale: #AAAAAA. Windows color (decimal): -4415810 or 12492476. OLE color: 12492476.

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

Color convert

RGB188158190-
CMYK0.010.1700.25
HSL296.25º19.75%68.24%-
HSV(B)296.25º16.84%74.51%-
XYZ42.2638.8653.99-
YUV170.62138.94140.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=35.07%
G=29.48%
B=35.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881581900.010.1700.25296.2519.7568.24
HexBC9EBE1110191281444
Octal27423627612103145024104
Binary101111001001111010111110110001011001100101000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9EBE; }

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

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

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

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

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

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

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

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