Html Css Color HEX #B996B3 London Hue

📋 copy color: '#B996B3'

red 185 ◦ green 150 ◦ blue 179

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

Shades of London Hue #B996B3

Tints of London Hue #B996B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.82%

R = 35.99%
G = 29.18%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B996B3 (or 0xB996B3) is known color: London Hue. HEX triplet: B9, 96 and B3. RGB value is (185,150,179). Sum of RGB (Red+Green+Blue) = 185+150+179=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B996B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996B3 is #46694C. Grayscale: #A3A3A3. Windows color (decimal): -4614477 or 11769529. OLE color: 11769529.

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

Color convert

RGB 185 150 179 -
CMYK 0 0.19 0.03 0.27
HSL 310.29º 0.2% 0.66% -
HSV(B) 310.29º 0.19% 0.73% -
XYZ 39.05 35.38 47.42 -
YUV 163.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 185 150 179 0 0.19 0.03 0.27 310.29 0.2 0.66
Hex B9 96 B3 0 13 3 1B 136 14 42
Octal 271 226 263 0 23 3 33 466 24 102
Binary 10111001 10010110 10110011 0 10011 11 11011 100110110 10100 1000010

Color Harmonies of #B996B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996B3

Black with #B996B3

Text Example


Text Example

White with #B996B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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