Html Css Color HEX #B0AAB5 Chatelle

📋 copy color: '#B0AAB5'

red 176 ◦ green 170 ◦ blue 181

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

Shades of Chatelle #B0AAB5

Tints of Chatelle #B0AAB5

RGB

 RED value IS 176 (69.14% from 255) = 33.4%

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

 BLUE value IS 181 (71.09% from 255) = 34.35%

R = 33.4%
G = 32.26%
B = 34.35%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B0AAB5 (or 0xB0AAB5) is known color: Chatelle. HEX triplet: B0, AA and B5. RGB value is (176,170,181). Sum of RGB (Red+Green+Blue) = 176+170+181=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 181 - color contains mainly: blue. Hex color #B0AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AAB5 is #4F554A. Grayscale: #ADADAD. Windows color (decimal): -5199179 or 11905712. OLE color: 11905712.

HSL color Cylindrical-coordinate representation of color #B0AAB5: hue angle of 272.73º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0AAB5 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 170 181 -
CMYK 0.03 0.06 0 0.29
HSL 272.73º 0.07% 0.69% -
HSV(B) 272.73º 0.06% 0.71% -
XYZ 40.62 41.32 49.55 -
YUV 173.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 176 170 181 0.03 0.06 0 0.29 272.73 0.07 0.69
Hex B0 AA B5 3 6 0 1D 111 7 45
Octal 260 252 265 3 6 0 35 421 7 105
Binary 10110000 10101010 10110101 11 110 0 11101 100010001 111 1000101

Color Harmonies of #B0AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AAB5

Black with #B0AAB5

Text Example


Text Example

White with #B0AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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