Html Css Color HEX #B9AFC0 French Grey

📋 copy color: '#B9AFC0'

red 185 ◦ green 175 ◦ blue 192

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

Shades of French Grey #B9AFC0

Tints of French Grey #B9AFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.78%

R = 33.51%
G = 31.7%
B = 34.78%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9AFC0 (or 0xB9AFC0) is known color: French Grey. HEX triplet: B9, AF and C0. RGB value is (185,175,192). Sum of RGB (Red+Green+Blue) = 185+175+192=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #B9AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFC0 is #46503F. Grayscale: #B3B3B3. Windows color (decimal): -4608064 or 12627897. OLE color: 12627897.

HSL color Cylindrical-coordinate representation of color #B9AFC0: hue angle of 275.29º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9AFC0 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 175 192 -
CMYK 0.04 0.09 0 0.25
HSL 275.29º 0.12% 0.72% -
HSV(B) 275.29º 0.09% 0.75% -
XYZ 44.85 44.78 56.15 -
YUV 179.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 185 175 192 0.04 0.09 0 0.25 275.29 0.12 0.72
Hex B9 AF C0 4 9 0 19 113 C 48
Octal 271 257 300 4 11 0 31 423 14 110
Binary 10111001 10101111 11000000 100 1001 0 11001 100010011 1100 1001000

Color Harmonies of #B9AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFC0

Black with #B9AFC0

Text Example


Text Example

White with #B9AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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