Html Css Color HEX #B897BA Lola

📋 copy color: '#B897BA'

red 184 ◦ green 151 ◦ blue 186

#B897BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #B897BA

Tints of Lola #B897BA

RGB

 RED value IS 184 (72.27% from 255) = 35.32%

 GREEN value IS 151 (59.38% from 255) = 28.98%

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 35.32%
G = 28.98%
B = 35.7%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B897BA (or 0xB897BA) is known color: Lola. HEX triplet: B8, 97 and BA. RGB value is (184,151,186). Sum of RGB (Red+Green+Blue) = 184+151+186=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #B897BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B897BA is #476845. Grayscale: #A4A4A4. Windows color (decimal): -4679750 or 12228536. OLE color: 12228536.

HSL color Cylindrical-coordinate representation of color #B897BA: hue angle of 296.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B897BA is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 151 186 -
CMYK 0.01 0.19 0 0.27
HSL 296.57º 0.2% 0.66% -
HSV(B) 296.57º 0.19% 0.73% -
XYZ 39.7 35.87 51.29 -
YUV 164.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 184 151 186 0.01 0.19 0 0.27 296.57 0.2 0.66
Hex B8 97 BA 1 13 0 1B 129 14 42
Octal 270 227 272 1 23 0 33 451 24 102
Binary 10111000 10010111 10111010 1 10011 0 11011 100101001 10100 1000010

Color Harmonies of #B897BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B897BA

Black with #B897BA

Text Example


Text Example

White with #B897BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B897BA; }

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

 H1.HeaderClassName
 {
   color: #B897BA;
 }
 .AnyTagClassName
 {
   color: #B897BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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