#BEAFC7

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

Shades of French Grey #BEAFC7

Tints of French Grey #BEAFC7

Color information

#BEAFC7 (or 0xBEAFC7) is unknown color: approx French Grey. HEX triplet: BE, AF and C7. RGB value is (190,175,199). Sum of RGB (Red+Green+Blue) = 190+175+199=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFC7 is #415038. Grayscale: #B6B6B6. Windows color (decimal): -4280377 or 13086654. OLE color: 13086654.

HSL color Cylindrical-coordinate representation of color #BEAFC7: hue angle of 277.5º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEAFC7 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190175199-
CMYK0.050.1200.22
HSL277.5º17.65%73.33%-
HSV(B)277.5º12.06%78.04%-
XYZ46.8745.7360.39-
YUV182.22137.47133.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 199 (78.12% from 255) = 35.28%
R=33.69%
G=31.03%
B=35.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901751990.050.1200.22277.517.6573.33
HexBEAFC75C0161161249
Octal27625730751402642622111
Binary1011111010101111110001111011100010110100010110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFC7; }

 p { color: rgb(190,175,199); }

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

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

 a { background-color: rgb(190,175,199); }

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

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

 span { border-color: rgb(190,175,199); }

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