Html Css Color HEX #B9AFC3 French Grey

📋 copy color: '#B9AFC3'

red 185 ◦ green 175 ◦ blue 195

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

Shades of French Grey #B9AFC3

Tints of French Grey #B9AFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.14%

R = 33.33%
G = 31.53%
B = 35.14%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B9AFC3 (or 0xB9AFC3) is known color: French Grey. HEX triplet: B9, AF and C3. RGB value is (185,175,195). Sum of RGB (Red+Green+Blue) = 185+175+195=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 195 - color contains mainly: blue. Hex color #B9AFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFC3 is #46503C. Grayscale: #B4B4B4. Windows color (decimal): -4608061 or 12824505. OLE color: 12824505.

HSL color Cylindrical-coordinate representation of color #B9AFC3: hue angle of 270º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9AFC3 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 175 195 -
CMYK 0.05 0.10 0 0.24
HSL 270º 0.14% 0.73% -
HSV(B) 270º 0.1% 0.76% -
XYZ 45.19 44.91 57.92 -
YUV 180.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 185 175 195 0.05 0.10 0 0.24 270 0.14 0.73
Hex B9 AF C3 5 A 0 18 10E E 49
Octal 271 257 303 5 12 0 30 416 16 111
Binary 10111001 10101111 11000011 101 1010 0 11000 100001110 1110 1001001

Color Harmonies of #B9AFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFC3

Black with #B9AFC3

Text Example


Text Example

White with #B9AFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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