#B89EBB

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

Shades of Lola #B89EBB

Tints of Lola #B89EBB

Color information

#B89EBB (or 0xB89EBB) is unknown color: approx Lola. HEX triplet: B8, 9E and BB. RGB value is (184,158,187). Sum of RGB (Red+Green+Blue) = 184+158+187=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 187 - color contains mainly: blue. Hex color #B89EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89EBB is #476144. Grayscale: #A8A8A8. Windows color (decimal): -4677957 or 12295864. OLE color: 12295864.

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

Color convert

RGB184158187-
CMYK0.020.1600.27
HSL293.79º17.58%67.65%-
HSV(B)293.79º15.51%73.33%-
XYZ40.9638.2352.23-
YUV169.08138.11138.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.78%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=34.78%
G=29.87%
B=35.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841581870.020.1600.27293.7917.5867.65
HexB89EBB21001B1261244
Octal27023627322003344622104
Binary1011100010011110101110111010000011011100100110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89EBB; }

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

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

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

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

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

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

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

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