Html Css Color HEX #B299AA London Hue

📋 copy color: '#B299AA'

red 178 ◦ green 153 ◦ blue 170

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

Shades of London Hue #B299AA

Tints of London Hue #B299AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.54%

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

R = 35.53%
G = 30.54%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B299AA (or 0xB299AA) is known color: London Hue. HEX triplet: B2, 99 and AA. RGB value is (178,153,170). Sum of RGB (Red+Green+Blue) = 178+153+170=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B299AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B299AA is #4D6655. Grayscale: #A2A2A2. Windows color (decimal): -5072470 or 11180466. OLE color: 11180466.

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

Color convert

RGB 178 153 170 -
CMYK 0 0.14 0.04 0.30
HSL 319.2º 0.14% 0.65% -
HSV(B) 319.2º 0.14% 0.7% -
XYZ 37.01 35.15 42.86 -
YUV 162.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 178 153 170 0 0.14 0.04 0.30 319.2 0.14 0.65
Hex B2 99 AA 0 E 4 1E 13F E 41
Octal 262 231 252 0 16 4 36 477 16 101
Binary 10110010 10011001 10101010 0 1110 100 11110 100111111 1110 1000001

Color Harmonies of #B299AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299AA

Black with #B299AA

Text Example


Text Example

White with #B299AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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