#B8AFC3

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

Shades of French Grey #B8AFC3

Tints of French Grey #B8AFC3

Color information

#B8AFC3 (or 0xB8AFC3) is unknown color: approx French Grey. HEX triplet: B8, AF and C3. RGB value is (184,175,195). Sum of RGB (Red+Green+Blue) = 184+175+195=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #B8AFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFC3 is #47503C. Grayscale: #B3B3B3. Windows color (decimal): -4673597 or 12824504. OLE color: 12824504.

HSL color Cylindrical-coordinate representation of color #B8AFC3: hue angle of 267º 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 #B8AFC3 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184175195-
CMYK0.060.1000.24
HSL267º14.29%72.55%-
HSV(B)267º10.26%76.47%-
XYZ44.9544.7957.91-
YUV179.97136.48130.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.21%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 195 (76.56% from 255) = 35.20%
R=33.21%
G=31.59%
B=35.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841751950.060.1000.2426714.2972.55
HexB8AFC36A01810be49
Octal27025730361203041316111
Binary101110001010111111000011110101001100010000101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFC3; }

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

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

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

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

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

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

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

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