#B89CBD

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

Shades of Lola #B89CBD

Tints of Lola #B89CBD

Color information

#B89CBD (or 0xB89CBD) is unknown color: approx Lola. HEX triplet: B8, 9C and BD. RGB value is (184,156,189). Sum of RGB (Red+Green+Blue) = 184+156+189=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #B89CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CBD is #476342. Grayscale: #A8A8A8. Windows color (decimal): -4678467 or 12426424. OLE color: 12426424.

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

Color convert

RGB184156189-
CMYK0.030.1700.26
HSL290.91º20%67.65%-
HSV(B)290.91º17.46%74.12%-
XYZ40.8437.6453.26-
YUV168.13139.78139.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.78%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=34.78%
G=29.49%
B=35.73%

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
Decimal1841561890.030.1700.26290.912067.65
HexB89CBD31101A1231444
Octal27023427532103244324104
Binary1011100010011100101111011110001011010100100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CBD; }

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

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

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

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

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

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

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

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