#BEAFCA

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

Shades of French Grey #BEAFCA

Tints of French Grey #BEAFCA

Color information

#BEAFCA (or 0xBEAFCA) is unknown color: approx French Grey. HEX triplet: BE, AF and CA. RGB value is (190,175,202). Sum of RGB (Red+Green+Blue) = 190+175+202=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFCA is #415035. Grayscale: #B6B6B6. Windows color (decimal): -4280374 or 13283262. OLE color: 13283262.

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

Color convert

RGB190175202-
CMYK0.060.1300.21
HSL273.33º20.3%73.92%-
HSV(B)273.33º13.37%79.22%-
XYZ47.2345.8762.24-
YUV182.56138.97133.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=33.51%
G=30.86%
B=35.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901752020.060.1300.21273.3320.373.92
HexBEAFCA6D015111144a
Octal27625731261502542124112
Binary1011111010101111110010101101101010101100010001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFCA; }

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

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

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

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

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

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

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

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