Html Css Color HEX #B996BD Lola

📋 copy color: '#B996BD'

red 185 ◦ green 150 ◦ blue 189

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

Shades of Lola #B996BD

Tints of Lola #B996BD

RGB

 RED value IS 185 (72.66% from 255) = 35.31%

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

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 35.31%
G = 28.63%
B = 36.07%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B996BD (or 0xB996BD) is known color: Lola. HEX triplet: B9, 96 and BD. RGB value is (185,150,189). Sum of RGB (Red+Green+Blue) = 185+150+189=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 150 (58.98% from 255 or 28.63% 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 #B996BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996BD is #466942. Grayscale: #A4A4A4. Windows color (decimal): -4614467 or 12424889. OLE color: 12424889.

HSL color Cylindrical-coordinate representation of color #B996BD: hue angle of 293.85º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B996BD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 150 189 -
CMYK 0.02 0.21 0 0.26
HSL 293.85º 0.23% 0.66% -
HSV(B) 293.85º 0.21% 0.74% -
XYZ 40.1 35.8 52.94 -
YUV 164.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 185 150 189 0.02 0.21 0 0.26 293.85 0.23 0.66
Hex B9 96 BD 2 15 0 1A 126 17 42
Octal 271 226 275 2 25 0 32 446 27 102
Binary 10111001 10010110 10111101 10 10101 0 11010 100100110 10111 1000010

Color Harmonies of #B996BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996BD

Black with #B996BD

Text Example


Text Example

White with #B996BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996BD; }

 p { color: rgb(185,150,189); }

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

background-color css

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

 a { background-color: rgb(185,150,189); }

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

border-color css

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

 span { border-color: rgb(185,150,189); }

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