Html Css Color HEX #B1AAB7 Chatelle

📋 copy color: '#B1AAB7'

red 177 ◦ green 170 ◦ blue 183

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

Shades of Chatelle #B1AAB7

Tints of Chatelle #B1AAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.53%

R = 33.4%
G = 32.08%
B = 34.53%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B1AAB7 (or 0xB1AAB7) is known color: Chatelle. HEX triplet: B1, AA and B7. RGB value is (177,170,183). Sum of RGB (Red+Green+Blue) = 177+170+183=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 183 - color contains mainly: blue. Hex color #B1AAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AAB7 is #4E5548. Grayscale: #ADADAD. Windows color (decimal): -5133641 or 12036785. OLE color: 12036785.

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

Color convert

RGB 177 170 183 -
CMYK 0.03 0.07 0 0.28
HSL 272.31º 0.08% 0.69% -
HSV(B) 272.31º 0.07% 0.72% -
XYZ 41.05 41.52 50.65 -
YUV 173.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 177 170 183 0.03 0.07 0 0.28 272.31 0.08 0.69
Hex B1 AA B7 3 7 0 1C 110 8 45
Octal 261 252 267 3 7 0 34 420 10 105
Binary 10110001 10101010 10110111 11 111 0 11100 100010000 1000 1000101

Color Harmonies of #B1AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AAB7

Black with #B1AAB7

Text Example


Text Example

White with #B1AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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