Html Css Color HEX #B296AB London Hue

📋 copy color: '#B296AB'

red 178 ◦ green 150 ◦ blue 171

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

Shades of London Hue #B296AB

Tints of London Hue #B296AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.27%

R = 35.67%
G = 30.06%
B = 34.27%

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

#B296AB (or 0xB296AB) is known color: London Hue. HEX triplet: B2, 96 and AB. RGB value is (178,150,171). Sum of RGB (Red+Green+Blue) = 178+150+171=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B296AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B296AB is #4D6954. Grayscale: #A0A0A0. Windows color (decimal): -5073237 or 11245234. OLE color: 11245234.

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

Color convert

RGB 178 150 171 -
CMYK 0 0.16 0.04 0.30
HSL 315º 0.15% 0.64% -
HSV(B) 315º 0.16% 0.7% -
XYZ 36.62 34.22 43.2 -
YUV 160.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 178 150 171 0 0.16 0.04 0.30 315 0.15 0.64
Hex B2 96 AB 0 10 4 1E 13B F 40
Octal 262 226 253 0 20 4 36 473 17 100
Binary 10110010 10010110 10101011 0 10000 100 11110 100111011 1111 1000000

Color Harmonies of #B296AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296AB

Black with #B296AB

Text Example


Text Example

White with #B296AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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