Html Css Color HEX #B896BE Lola

📋 copy color: '#B896BE'

red 184 ◦ green 150 ◦ blue 190

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

Shades of Lola #B896BE

Tints of Lola #B896BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.63%

 BLUE value IS 190 (74.61% from 255) = 36.26%

R = 35.11%
G = 28.63%
B = 36.26%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B896BE (or 0xB896BE) is known color: Lola. HEX triplet: B8, 96 and BE. RGB value is (184,150,190). Sum of RGB (Red+Green+Blue) = 184+150+190=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #B896BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896BE is #476941. Grayscale: #A4A4A4. Windows color (decimal): -4680002 or 12490424. OLE color: 12490424.

HSL color Cylindrical-coordinate representation of color #B896BE: hue angle of 291º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B896BE is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 150 190 -
CMYK 0.03 0.21 0 0.25
HSL 291º 0.24% 0.67% -
HSV(B) 291º 0.21% 0.75% -
XYZ 39.97 35.72 53.5 -
YUV 164.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 184 150 190 0.03 0.21 0 0.25 291 0.24 0.67
Hex B8 96 BE 3 15 0 19 123 18 43
Octal 270 226 276 3 25 0 31 443 30 103
Binary 10111000 10010110 10111110 11 10101 0 11001 100100011 11000 1000011

Color Harmonies of #B896BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896BE

Black with #B896BE

Text Example


Text Example

White with #B896BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896BE; }

 p { color: rgb(184,150,190); }

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

background-color css

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

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

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

border-color css

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

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

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