Html Css Color HEX #B5AAB9 Chatelle

📋 copy color: '#B5AAB9'

red 181 ◦ green 170 ◦ blue 185

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

Shades of Chatelle #B5AAB9

Tints of Chatelle #B5AAB9

RGB

 RED value IS 181 (71.09% from 255) = 33.77%

 GREEN value IS 170 (66.8% from 255) = 31.72%

 BLUE value IS 185 (72.66% from 255) = 34.51%

R = 33.77%
G = 31.72%
B = 34.51%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B5AAB9 (or 0xB5AAB9) is known color: Chatelle. HEX triplet: B5, AA and B9. RGB value is (181,170,185). Sum of RGB (Red+Green+Blue) = 181+170+185=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 185 - color contains mainly: blue. Hex color #B5AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AAB9 is #4A5546. Grayscale: #AEAEAE. Windows color (decimal): -4871495 or 12167861. OLE color: 12167861.

HSL color Cylindrical-coordinate representation of color #B5AAB9: hue angle of 284º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5AAB9 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 170 185 -
CMYK 0.02 0.08 0 0.27
HSL 284º 0.1% 0.7% -
HSV(B) 284º 0.08% 0.73% -
XYZ 42.19 42.08 51.8 -
YUV 175 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 181 170 185 0.02 0.08 0 0.27 284 0.1 0.7
Hex B5 AA B9 2 8 0 1B 11C A 46
Octal 265 252 271 2 10 0 33 434 12 106
Binary 10110101 10101010 10111001 10 1000 0 11011 100011100 1010 1000110

Color Harmonies of #B5AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAB9

Black with #B5AAB9

Text Example


Text Example

White with #B5AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAB9; }

 p { color: rgb(181,170,185); }

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

background-color css

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

 a { background-color: rgb(181,170,185); }

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

border-color css

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

 span { border-color: rgb(181,170,185); }

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