#B89ABB

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

Shades of Lola #B89ABB

Tints of Lola #B89ABB

Color information

#B89ABB (or 0xB89ABB) is unknown color: approx Lola. HEX triplet: B8, 9A and BB. RGB value is (184,154,187). Sum of RGB (Red+Green+Blue) = 184+154+187=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 154 (60.55% from 255 or 29.33% 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 #B89ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ABB is #476544. Grayscale: #A6A6A6. Windows color (decimal): -4678981 or 12294840. OLE color: 12294840.

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

Color convert

RGB184154187-
CMYK0.020.1800.27
HSL294.55º19.53%66.86%-
HSV(B)294.55º17.65%73.33%-
XYZ40.2936.8952.01-
YUV166.73139.44140.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=35.05%
G=29.33%
B=35.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841541870.020.1800.27294.5519.5366.86
HexB89ABB21201B1271443
Octal27023227322203344724103
Binary1011100010011010101110111010010011011100100111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89ABB; }

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

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

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

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

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

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

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

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