#BEAEC9

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

Shades of French Grey #BEAEC9

Tints of French Grey #BEAEC9

Color information

#BEAEC9 (or 0xBEAEC9) is unknown color: approx French Grey. HEX triplet: BE, AE and C9. RGB value is (190,174,201). Sum of RGB (Red+Green+Blue) = 190+174+201=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEC9 is #415136. Grayscale: #B5B5B5. Windows color (decimal): -4280631 or 13217470. OLE color: 13217470.

HSL color Cylindrical-coordinate representation of color #BEAEC9: hue angle of 275.56º degrees, saturation: 0.2, 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 #BEAEC9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190174201-
CMYK0.050.1300.21
HSL275.56º20%73.53%-
HSV(B)275.56º13.43%78.82%-
XYZ46.9145.4461.56-
YUV181.86138.8133.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 201 (78.91% from 255) = 35.58%
R=33.63%
G=30.80%
B=35.58%

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
Decimal1901742010.050.1300.21275.562073.53
HexBEAEC95D015114144a
Octal27625631151502542424112
Binary1011111010101110110010011011101010101100010100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEC9; }

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

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

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

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

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

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

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

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