#B897BD

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

Shades of Lola #B897BD

Tints of Lola #B897BD

Color information

#B897BD (or 0xB897BD) is unknown color: approx Lola. HEX triplet: B8, 97 and BD. RGB value is (184,151,189). Sum of RGB (Red+Green+Blue) = 184+151+189=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #B897BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B897BD is #476842. Grayscale: #A5A5A5. Windows color (decimal): -4679747 or 12425144. OLE color: 12425144.

HSL color Cylindrical-coordinate representation of color #B897BD: hue angle of 292.11º 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 #B897BD is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184151189-
CMYK0.030.2000.26
HSL292.11º22.35%66.67%-
HSV(B)292.11º20.11%74.12%-
XYZ40.023652.98-
YUV165.2141.43141.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=35.11%
G=28.82%
B=36.07%

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
Decimal1841511890.030.2000.26292.1122.3566.67
HexB897BD31401A1241643
Octal27022727532403244426103
Binary1011100010010111101111011110100011010100100100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B897BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B897BD; }

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

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

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

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

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

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

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

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