Html Css Color HEX #B1A9B7 Chatelle

📋 copy color: '#B1A9B7'

red 177 ◦ green 169 ◦ blue 183

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

Shades of Chatelle #B1A9B7

Tints of Chatelle #B1A9B7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.95%

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

R = 33.46%
G = 31.95%
B = 34.59%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B1A9B7 (or 0xB1A9B7) is known color: Chatelle. HEX triplet: B1, A9 and B7. RGB value is (177,169,183). Sum of RGB (Red+Green+Blue) = 177+169+183=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 183 - color contains mainly: blue. Hex color #B1A9B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9B7 is #4E5648. Grayscale: #ACACAC. Windows color (decimal): -5133897 or 12036529. OLE color: 12036529.

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

Color convert

RGB 177 169 183 -
CMYK 0.03 0.08 0 0.28
HSL 274.29º 0.09% 0.69% -
HSV(B) 274.29º 0.08% 0.72% -
XYZ 40.87 41.14 50.59 -
YUV 172.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 177 169 183 0.03 0.08 0 0.28 274.29 0.09 0.69
Hex B1 A9 B7 3 8 0 1C 112 9 45
Octal 261 251 267 3 10 0 34 422 11 105
Binary 10110001 10101001 10110111 11 1000 0 11100 100010010 1001 1000101

Color Harmonies of #B1A9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A9B7

Black with #B1A9B7

Text Example


Text Example

White with #B1A9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A9B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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