Html Css Color HEX #B296AD London Hue

📋 copy color: '#B296AD'

red 178 ◦ green 150 ◦ blue 173

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

Shades of London Hue #B296AD

Tints of London Hue #B296AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.53%

R = 35.53%
G = 29.94%
B = 34.53%

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

#B296AD (or 0xB296AD) is known color: London Hue. HEX triplet: B2, 96 and AD. RGB value is (178,150,173). Sum of RGB (Red+Green+Blue) = 178+150+173=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B296AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B296AD is #4D6952. Grayscale: #A0A0A0. Windows color (decimal): -5073235 or 11376306. OLE color: 11376306.

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

Color convert

RGB 178 150 173 -
CMYK 0 0.16 0.03 0.30
HSL 310.71º 0.15% 0.64% -
HSV(B) 310.71º 0.16% 0.7% -
XYZ 36.81 34.29 44.21 -
YUV 160.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 178 150 173 0 0.16 0.03 0.30 310.71 0.15 0.64
Hex B2 96 AD 0 10 3 1E 137 F 40
Octal 262 226 255 0 20 3 36 467 17 100
Binary 10110010 10010110 10101101 0 10000 11 11110 100110111 1111 1000000

Color Harmonies of #B296AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296AD

Black with #B296AD

Text Example


Text Example

White with #B296AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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