Html Css Color HEX #B296AA London Hue

📋 copy color: '#B296AA'

red 178 ◦ green 150 ◦ blue 170

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

Shades of London Hue #B296AA

Tints of London Hue #B296AA

RGB

 RED value IS 178 (69.92% from 255) = 35.74%

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

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 35.74%
G = 30.12%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B296AA (or 0xB296AA) is known color: London Hue. HEX triplet: B2, 96 and AA. RGB value is (178,150,170). Sum of RGB (Red+Green+Blue) = 178+150+170=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 178 - color contains mainly: red. Hex color #B296AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B296AA is #4D6955. Grayscale: #A0A0A0. Windows color (decimal): -5073238 or 11179698. OLE color: 11179698.

HSL color Cylindrical-coordinate representation of color #B296AA: hue angle of 317.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B296AA is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 150 170 -
CMYK 0 0.16 0.04 0.30
HSL 317.14º 0.15% 0.64% -
HSV(B) 317.14º 0.16% 0.7% -
XYZ 36.52 34.18 42.7 -
YUV 160.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 178 150 170 0 0.16 0.04 0.30 317.14 0.15 0.64
Hex B2 96 AA 0 10 4 1E 13D F 40
Octal 262 226 252 0 20 4 36 475 17 100
Binary 10110010 10010110 10101010 0 10000 100 11110 100111101 1111 1000000

Color Harmonies of #B296AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296AA

Black with #B296AA

Text Example


Text Example

White with #B296AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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