#B7AFC3

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

Shades of French Grey #B7AFC3

Tints of French Grey #B7AFC3

Color information

#B7AFC3 (or 0xB7AFC3) is unknown color: approx French Grey. HEX triplet: B7, AF and C3. RGB value is (183,175,195). Sum of RGB (Red+Green+Blue) = 183+175+195=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 195 - color contains mainly: blue. Hex color #B7AFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFC3 is #48503C. Grayscale: #B3B3B3. Windows color (decimal): -4739133 or 12824503. OLE color: 12824503.

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

Color convert

RGB183175195-
CMYK0.060.1000.24
HSL264º14.29%72.55%-
HSV(B)264º10.26%76.47%-
XYZ44.7144.6757.9-
YUV179.67136.65130.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.09%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 195 (76.56% from 255) = 35.26%
R=33.09%
G=31.65%
B=35.26%

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
Decimal1831751950.060.1000.2426414.2972.55
HexB7AFC36A018108e49
Octal26725730361203041016111
Binary101101111010111111000011110101001100010000100011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFC3; }

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

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

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

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

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

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

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

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