#BEAFC9

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

Shades of French Grey #BEAFC9

Tints of French Grey #BEAFC9

Color information

#BEAFC9 (or 0xBEAFC9) is unknown color: approx French Grey. HEX triplet: BE, AF and C9. RGB value is (190,175,201). Sum of RGB (Red+Green+Blue) = 190+175+201=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFC9 is #415036. Grayscale: #B6B6B6. Windows color (decimal): -4280375 or 13217726. OLE color: 13217726.

HSL color Cylindrical-coordinate representation of color #BEAFC9: hue angle of 274.62º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEAFC9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190175201-
CMYK0.050.1300.21
HSL274.62º19.4%73.73%-
HSV(B)274.62º12.94%78.82%-
XYZ47.1145.8261.62-
YUV182.45138.47133.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=33.57%
G=30.92%
B=35.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901752010.050.1300.21274.6219.473.73
HexBEAFC95D015113134a
Octal27625731151502542323112
Binary1011111010101111110010011011101010101100010011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFC9; }

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

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

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

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

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

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

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

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