Html Css Color HEX #B1AAB4 Chatelle

📋 copy color: '#B1AAB4'

red 177 ◦ green 170 ◦ blue 180

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

Shades of Chatelle #B1AAB4

Tints of Chatelle #B1AAB4

RGB

 RED value IS 177 (69.53% from 255) = 33.59%

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

 BLUE value IS 180 (70.7% from 255) = 34.16%

R = 33.59%
G = 32.26%
B = 34.16%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B1AAB4 (or 0xB1AAB4) is known color: Chatelle. HEX triplet: B1, AA and B4. RGB value is (177,170,180). Sum of RGB (Red+Green+Blue) = 177+170+180=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 180 - color contains mainly: blue. Hex color #B1AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AAB4 is #4E554B. Grayscale: #ADADAD. Windows color (decimal): -5133644 or 11840177. OLE color: 11840177.

HSL color Cylindrical-coordinate representation of color #B1AAB4: hue angle of 282º degrees, saturation: 0.06, 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 #B1AAB4 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 170 180 -
CMYK 0.02 0.06 0 0.29
HSL 282º 0.06% 0.69% -
HSV(B) 282º 0.06% 0.71% -
XYZ 40.74 41.39 49.02 -
YUV 173.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 177 170 180 0.02 0.06 0 0.29 282 0.06 0.69
Hex B1 AA B4 2 6 0 1D 11A 6 45
Octal 261 252 264 2 6 0 35 432 6 105
Binary 10110001 10101010 10110100 10 110 0 11101 100011010 110 1000101

Color Harmonies of #B1AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AAB4

Black with #B1AAB4

Text Example


Text Example

White with #B1AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AAB4; }

 p { color: rgb(177,170,180); }

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

background-color css

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

 a { background-color: rgb(177,170,180); }

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

border-color css

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

 span { border-color: rgb(177,170,180); }

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