Html Css Color HEX #B896BA Lola

📋 copy color: '#B896BA'

red 184 ◦ green 150 ◦ blue 186

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

Shades of Lola #B896BA

Tints of Lola #B896BA

RGB

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

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

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

R = 35.38%
G = 28.85%
B = 35.77%

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

#B896BA (or 0xB896BA) is known color: Lola. HEX triplet: B8, 96 and BA. RGB value is (184,150,186). Sum of RGB (Red+Green+Blue) = 184+150+186=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B896BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896BA is #476945. Grayscale: #A4A4A4. Windows color (decimal): -4680006 or 12228280. OLE color: 12228280.

HSL color Cylindrical-coordinate representation of color #B896BA: hue angle of 296.67º degrees, saturation: 0.21, 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 #B896BA is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 150 186 -
CMYK 0.01 0.19 0 0.27
HSL 296.67º 0.21% 0.66% -
HSV(B) 296.67º 0.19% 0.73% -
XYZ 39.54 35.55 51.23 -
YUV 164.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 184 150 186 0.01 0.19 0 0.27 296.67 0.21 0.66
Hex B8 96 BA 1 13 0 1B 129 15 42
Octal 270 226 272 1 23 0 33 451 25 102
Binary 10111000 10010110 10111010 1 10011 0 11011 100101001 10101 1000010

Color Harmonies of #B896BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896BA

Black with #B896BA

Text Example


Text Example

White with #B896BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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