#B69CBB

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

Shades of Lola #B69CBB

Tints of Lola #B69CBB

Color information

#B69CBB (or 0xB69CBB) is unknown color: approx Lola. HEX triplet: B6, 9C and BB. RGB value is (182,156,187). Sum of RGB (Red+Green+Blue) = 182+156+187=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #B69CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CBB is #496344. Grayscale: #A7A7A7. Windows color (decimal): -4809541 or 12295350. OLE color: 12295350.

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

Color convert

RGB182156187-
CMYK0.030.1700.27
HSL290.32º18.56%67.25%-
HSV(B)290.32º16.58%73.33%-
XYZ40.1537.3152.1-
YUV167.31139.11138.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=34.67%
G=29.71%
B=35.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821561870.030.1700.27290.3218.5667.25
HexB69CBB31101B1221343
Octal26623427332103344223103
Binary1011011010011100101110111110001011011100100010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CBB; }

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

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

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

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

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

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

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

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