#BEAFC8

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

Shades of French Grey #BEAFC8

Tints of French Grey #BEAFC8

Color information

#BEAFC8 (or 0xBEAFC8) is unknown color: approx French Grey. HEX triplet: BE, AF and C8. RGB value is (190,175,200). Sum of RGB (Red+Green+Blue) = 190+175+200=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFC8 is #415037. Grayscale: #B6B6B6. Windows color (decimal): -4280376 or 13152190. OLE color: 13152190.

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

Color convert

RGB190175200-
CMYK0.050.1200.22
HSL276º18.52%73.53%-
HSV(B)276º12.5%78.43%-
XYZ46.9945.7861-
YUV182.34137.97133.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 200 (78.52% from 255) = 35.40%
R=33.63%
G=30.97%
B=35.40%

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
Decimal1901752000.050.1200.2227618.5273.53
HexBEAFC85C016114134a
Octal27625731051402642423112
Binary1011111010101111110010001011100010110100010100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFC8; }

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

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

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

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

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

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

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

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