#B89CBB

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

Shades of Lola #B89CBB

Tints of Lola #B89CBB

Color information

#B89CBB (or 0xB89CBB) is unknown color: approx Lola. HEX triplet: B8, 9C and BB. RGB value is (184,156,187). Sum of RGB (Red+Green+Blue) = 184+156+187=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #B89CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CBB is #476344. Grayscale: #A7A7A7. Windows color (decimal): -4678469 or 12295352. OLE color: 12295352.

HSL color Cylindrical-coordinate representation of color #B89CBB: hue angle of 294.19º 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 #B89CBB is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184156187-
CMYK0.020.1700.27
HSL294.19º18.56%67.25%-
HSV(B)294.19º16.58%73.33%-
XYZ40.6337.5652.12-
YUV167.91138.78139.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=34.91%
G=29.60%
B=35.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841561870.020.1700.27294.1918.5667.25
HexB89CBB21101B1261343
Octal27023427322103344623103
Binary1011100010011100101110111010001011011100100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CBB; }

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

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

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

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

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

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

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

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