Html Css Color HEX #B996BC Lola

📋 copy color: '#B996BC'

red 185 ◦ green 150 ◦ blue 188

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

Shades of Lola #B996BC

Tints of Lola #B996BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 35.37%
G = 28.68%
B = 35.95%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B996BC (or 0xB996BC) is known color: Lola. HEX triplet: B9, 96 and BC. RGB value is (185,150,188). Sum of RGB (Red+Green+Blue) = 185+150+188=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #B996BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996BC is #466943. Grayscale: #A4A4A4. Windows color (decimal): -4614468 or 12359353. OLE color: 12359353.

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

Color convert

RGB 185 150 188 -
CMYK 0.02 0.20 0 0.26
HSL 295.26º 0.22% 0.66% -
HSV(B) 295.26º 0.2% 0.74% -
XYZ 39.99 35.76 52.37 -
YUV 164.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 185 150 188 0.02 0.20 0 0.26 295.26 0.22 0.66
Hex B9 96 BC 2 14 0 1A 127 16 42
Octal 271 226 274 2 24 0 32 447 26 102
Binary 10111001 10010110 10111100 10 10100 0 11010 100100111 10110 1000010

Color Harmonies of #B996BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996BC

Black with #B996BC

Text Example


Text Example

White with #B996BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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