#B898BD

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

Shades of Lola #B898BD

Tints of Lola #B898BD

Color information

#B898BD (or 0xB898BD) is unknown color: approx Lola. HEX triplet: B8, 98 and BD. RGB value is (184,152,189). Sum of RGB (Red+Green+Blue) = 184+152+189=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #B898BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898BD is #476742. Grayscale: #A5A5A5. Windows color (decimal): -4679491 or 12425400. OLE color: 12425400.

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

Color convert

RGB184152189-
CMYK0.030.2000.26
HSL291.89º21.89%66.86%-
HSV(B)291.89º19.58%74.12%-
XYZ40.1836.3253.04-
YUV165.79141.1140.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 189 (74.22% from 255) = 36%
R=35.05%
G=28.95%
B=36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841521890.030.2000.26291.8921.8966.86
HexB898BD31401A1241643
Octal27023027532403244426103
Binary1011100010011000101111011110100011010100100100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B898BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B898BD; }

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

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

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

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

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

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

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

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