Html Css Color HEX #B9AFC5 French Grey

📋 copy color: '#B9AFC5'

red 185 ◦ green 175 ◦ blue 197

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

Shades of French Grey #B9AFC5

Tints of French Grey #B9AFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.37%

R = 33.21%
G = 31.42%
B = 35.37%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B9AFC5 (or 0xB9AFC5) is known color: French Grey. HEX triplet: B9, AF and C5. RGB value is (185,175,197). Sum of RGB (Red+Green+Blue) = 185+175+197=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #B9AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFC5 is #46503A. Grayscale: #B4B4B4. Windows color (decimal): -4608059 or 12955577. OLE color: 12955577.

HSL color Cylindrical-coordinate representation of color #B9AFC5: hue angle of 267.27º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9AFC5 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 175 197 -
CMYK 0.06 0.11 0 0.23
HSL 267.27º 0.16% 0.73% -
HSV(B) 267.27º 0.11% 0.77% -
XYZ 45.42 45.01 59.12 -
YUV 180.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 185 175 197 0.06 0.11 0 0.23 267.27 0.16 0.73
Hex B9 AF C5 6 B 0 17 10B 10 49
Octal 271 257 305 6 13 0 27 413 20 111
Binary 10111001 10101111 11000101 110 1011 0 10111 100001011 10000 1001001

Color Harmonies of #B9AFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFC5

Black with #B9AFC5

Text Example


Text Example

White with #B9AFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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