Html Css Color HEX #B9AFBD Chatelle

📋 copy color: '#B9AFBD'

red 185 ◦ green 175 ◦ blue 189

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

Shades of Chatelle #B9AFBD

Tints of Chatelle #B9AFBD

RGB

 RED value IS 185 (72.66% from 255) = 33.7%

 GREEN value IS 175 (68.75% from 255) = 31.88%

 BLUE value IS 189 (74.22% from 255) = 34.43%

R = 33.7%
G = 31.88%
B = 34.43%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B9AFBD (or 0xB9AFBD) is known color: Chatelle. HEX triplet: B9, AF and BD. RGB value is (185,175,189). Sum of RGB (Red+Green+Blue) = 185+175+189=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFBD is #465042. Grayscale: #B3B3B3. Windows color (decimal): -4608067 or 12431289. OLE color: 12431289.

HSL color Cylindrical-coordinate representation of color #B9AFBD: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9AFBD is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 175 189 -
CMYK 0.02 0.07 0 0.26
HSL 282.86º 0.1% 0.71% -
HSV(B) 282.86º 0.07% 0.74% -
XYZ 44.52 44.65 54.42 -
YUV 179.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 185 175 189 0.02 0.07 0 0.26 282.86 0.1 0.71
Hex B9 AF BD 2 7 0 1A 11B A 47
Octal 271 257 275 2 7 0 32 433 12 107
Binary 10111001 10101111 10111101 10 111 0 11010 100011011 1010 1000111

Color Harmonies of #B9AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFBD

Black with #B9AFBD

Text Example


Text Example

White with #B9AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFBD; }

 p { color: rgb(185,175,189); }

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

background-color css

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

 a { background-color: rgb(185,175,189); }

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

border-color css

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

 span { border-color: rgb(185,175,189); }

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