Html Css Color HEX #B296AC London Hue

📋 copy color: '#B296AC'

red 178 ◦ green 150 ◦ blue 172

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

Shades of London Hue #B296AC

Tints of London Hue #B296AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 35.6%
G = 30%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B296AC (or 0xB296AC) is known color: London Hue. HEX triplet: B2, 96 and AC. RGB value is (178,150,172). Sum of RGB (Red+Green+Blue) = 178+150+172=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B296AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B296AC is #4D6953. Grayscale: #A0A0A0. Windows color (decimal): -5073236 or 11310770. OLE color: 11310770.

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

Color convert

RGB 178 150 172 -
CMYK 0 0.16 0.03 0.30
HSL 312.86º 0.15% 0.64% -
HSV(B) 312.86º 0.16% 0.7% -
XYZ 36.71 34.26 43.71 -
YUV 160.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 178 150 172 0 0.16 0.03 0.30 312.86 0.15 0.64
Hex B2 96 AC 0 10 3 1E 139 F 40
Octal 262 226 254 0 20 3 36 471 17 100
Binary 10110010 10010110 10101100 0 10000 11 11110 100111001 1111 1000000

Color Harmonies of #B296AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296AC

Black with #B296AC

Text Example


Text Example

White with #B296AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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