#B69EBC

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

Shades of Lola #B69EBC

Tints of Lola #B69EBC

Color information

#B69EBC (or 0xB69EBC) is unknown color: approx Lola. HEX triplet: B6, 9E and BC. RGB value is (182,158,188). Sum of RGB (Red+Green+Blue) = 182+158+188=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #B69EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69EBC is #496143. Grayscale: #A8A8A8. Windows color (decimal): -4809028 or 12361398. OLE color: 12361398.

HSL color Cylindrical-coordinate representation of color #B69EBC: hue angle of 288º degrees, saturation: 0.18, 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 #B69EBC is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182158188-
CMYK0.030.1600.26
HSL288º18.29%67.84%-
HSV(B)288º15.96%73.73%-
XYZ40.638.0352.78-
YUV168.6138.95137.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=34.47%
G=29.92%
B=35.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821581880.030.1600.2628818.2967.84
HexB69EBC31001A1201244
Octal26623627432003244022104
Binary1011011010011110101111001110000011010100100000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69EBC; }

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

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

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

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

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

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

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

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