Html Css Color HEX #B996B4 London Hue

📋 copy color: '#B996B4'

red 185 ◦ green 150 ◦ blue 180

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

Shades of London Hue #B996B4

Tints of London Hue #B996B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.95%

R = 35.92%
G = 29.13%
B = 34.95%

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

#B996B4 (or 0xB996B4) is known color: London Hue. HEX triplet: B9, 96 and B4. RGB value is (185,150,180). Sum of RGB (Red+Green+Blue) = 185+150+180=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B996B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996B4 is #46694B. Grayscale: #A3A3A3. Windows color (decimal): -4614476 or 11835065. OLE color: 11835065.

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

Color convert

RGB 185 150 180 -
CMYK 0 0.19 0.03 0.27
HSL 308.57º 0.2% 0.66% -
HSV(B) 308.57º 0.19% 0.73% -
XYZ 39.15 35.42 47.95 -
YUV 163.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 185 150 180 0 0.19 0.03 0.27 308.57 0.2 0.66
Hex B9 96 B4 0 13 3 1B 135 14 42
Octal 271 226 264 0 23 3 33 465 24 102
Binary 10111001 10010110 10110100 0 10011 11 11011 100110101 10100 1000010

Color Harmonies of #B996B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996B4

Black with #B996B4

Text Example


Text Example

White with #B996B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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