#B89CB8

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

Shades of Lola #B89CB8

Tints of Lola #B89CB8

Color information

#B89CB8 (or 0xB89CB8) is unknown color: approx Lola. HEX triplet: B8, 9C and B8. RGB value is (184,156,184). Sum of RGB (Red+Green+Blue) = 184+156+184=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B89CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CB8 is #476347. Grayscale: #A7A7A7. Windows color (decimal): -4678472 or 12098744. OLE color: 12098744.

HSL color Cylindrical-coordinate representation of color #B89CB8: hue angle of 300º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B89CB8 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB184156184-
CMYK00.1500.28
HSL300º16.47%66.67%-
HSV(B)300º15.22%72.16%-
XYZ40.3137.4350.45-
YUV167.56137.28139.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 184 (72.27% from 255) = 35.11%
R=35.11%
G=29.77%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415618400.1500.2830016.4766.67
HexB89CB80F01C12c1043
Octal27023427001703445420103
Binary10111000100111001011100001111011100100101100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CB8; }

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

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

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

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

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

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

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

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