#B7AFC5

Color #B7AFC5 French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #B7AFC5

Tints of French Grey #B7AFC5

Color information

#B7AFC5 (or 0xB7AFC5) is unknown color: approx French Grey. HEX triplet: B7, AF and C5. RGB value is (183,175,197). Sum of RGB (Red+Green+Blue) = 183+175+197=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #B7AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFC5 is #48503A. Grayscale: #B3B3B3. Windows color (decimal): -4739131 or 12955575. OLE color: 12955575.

HSL color Cylindrical-coordinate representation of color #B7AFC5: hue angle of 261.82º 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 #B7AFC5 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB183175197-
CMYK0.070.1100.23
HSL261.82º15.94%72.94%-
HSV(B)261.82º11.17%77.25%-
XYZ44.9444.7659.09-
YUV179.9137.65130.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.97%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 197 (77.34% from 255) = 35.50%
R=32.97%
G=31.53%
B=35.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831751970.070.1100.23261.8215.9472.94
HexB7AFC57B0171061049
Octal26725730571302740620111
Binary1011011110101111110001011111011010111100000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFC5; }

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

 H1.HeaderClassName
 {
   color: #B7AFC5;
 }
 .AnyTagClassName
 {
   color: #B7AFC5;
 }
</style>
background-color css

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

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

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

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

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

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