#B69CBC

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

Shades of Lola #B69CBC

Tints of Lola #B69CBC

Color information

#B69CBC (or 0xB69CBC) is unknown color: approx Lola. HEX triplet: B6, 9C and BC. RGB value is (182,156,188). Sum of RGB (Red+Green+Blue) = 182+156+188=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #B69CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CBC is #496343. Grayscale: #A7A7A7. Windows color (decimal): -4809540 or 12360886. OLE color: 12360886.

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

Color convert

RGB182156188-
CMYK0.030.1700.26
HSL288.75º19.28%67.45%-
HSV(B)288.75º17.02%73.73%-
XYZ40.2637.3552.67-
YUV167.42139.61138.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=34.60%
G=29.66%
B=35.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821561880.030.1700.26288.7519.2867.45
HexB69CBC31101A1211343
Octal26623427432103244123103
Binary1011011010011100101111001110001011010100100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CBC; }

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

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

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

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

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

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

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

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