Html Css Color HEX #B996B2 London Hue

📋 copy color: '#B996B2'

red 185 ◦ green 150 ◦ blue 178

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

Shades of London Hue #B996B2

Tints of London Hue #B996B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.7%

R = 36.06%
G = 29.24%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B996B2 (or 0xB996B2) is known color: London Hue. HEX triplet: B9, 96 and B2. RGB value is (185,150,178). Sum of RGB (Red+Green+Blue) = 185+150+178=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B996B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B996B2 is #46694D. Grayscale: #A3A3A3. Windows color (decimal): -4614478 or 11703993. OLE color: 11703993.

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

Color convert

RGB 185 150 178 -
CMYK 0 0.19 0.04 0.27
HSL 312º 0.2% 0.66% -
HSV(B) 312º 0.19% 0.73% -
XYZ 38.95 35.34 46.89 -
YUV 163.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 185 150 178 0 0.19 0.04 0.27 312 0.2 0.66
Hex B9 96 B2 0 13 4 1B 138 14 42
Octal 271 226 262 0 23 4 33 470 24 102
Binary 10111001 10010110 10110010 0 10011 100 11011 100111000 10100 1000010

Color Harmonies of #B996B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996B2

Black with #B996B2

Text Example


Text Example

White with #B996B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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