Html Css Color HEX #B9AFC7 French Grey

📋 copy color: '#B9AFC7'

red 185 ◦ green 175 ◦ blue 199

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

Shades of French Grey #B9AFC7

Tints of French Grey #B9AFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.6%

R = 33.09%
G = 31.31%
B = 35.6%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B9AFC7 (or 0xB9AFC7) is known color: French Grey. HEX triplet: B9, AF and C7. RGB value is (185,175,199). Sum of RGB (Red+Green+Blue) = 185+175+199=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #B9AFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFC7 is #465038. Grayscale: #B4B4B4. Windows color (decimal): -4608057 or 13086649. OLE color: 13086649.

HSL color Cylindrical-coordinate representation of color #B9AFC7: hue angle of 265º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9AFC7 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 175 199 -
CMYK 0.07 0.12 0 0.22
HSL 265º 0.18% 0.73% -
HSV(B) 265º 0.12% 0.78% -
XYZ 45.65 45.1 60.33 -
YUV 180.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 185 175 199 0.07 0.12 0 0.22 265 0.18 0.73
Hex B9 AF C7 7 C 0 16 109 12 49
Octal 271 257 307 7 14 0 26 411 22 111
Binary 10111001 10101111 11000111 111 1100 0 10110 100001001 10010 1001001

Color Harmonies of #B9AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFC7

Black with #B9AFC7

Text Example


Text Example

White with #B9AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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