Html Css Color HEX #B3AAB9 Chatelle

📋 copy color: '#B3AAB9'

red 179 ◦ green 170 ◦ blue 185

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

Shades of Chatelle #B3AAB9

Tints of Chatelle #B3AAB9

RGB

 RED value IS 179 (70.31% from 255) = 33.52%

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

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

R = 33.52%
G = 31.84%
B = 34.64%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B3AAB9 (or 0xB3AAB9) is known color: Chatelle. HEX triplet: B3, AA and B9. RGB value is (179,170,185). Sum of RGB (Red+Green+Blue) = 179+170+185=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 185 - color contains mainly: blue. Hex color #B3AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AAB9 is #4C5546. Grayscale: #AEAEAE. Windows color (decimal): -5002567 or 12167859. OLE color: 12167859.

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

Color convert

RGB 179 170 185 -
CMYK 0.03 0.08 0 0.27
HSL 276º 0.1% 0.7% -
HSV(B) 276º 0.08% 0.73% -
XYZ 41.72 41.84 51.78 -
YUV 174.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 179 170 185 0.03 0.08 0 0.27 276 0.1 0.7
Hex B3 AA B9 3 8 0 1B 114 A 46
Octal 263 252 271 3 10 0 33 424 12 106
Binary 10110011 10101010 10111001 11 1000 0 11011 100010100 1010 1000110

Color Harmonies of #B3AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AAB9

Black with #B3AAB9

Text Example


Text Example

White with #B3AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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