#BEAFC5

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

Shades of Chatelle #BEAFC5

Tints of Chatelle #BEAFC5

Color information

#BEAFC5 (or 0xBEAFC5) is unknown color: approx Chatelle. HEX triplet: BE, AF and C5. RGB value is (190,175,197). Sum of RGB (Red+Green+Blue) = 190+175+197=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFC5 is #41503A. Grayscale: #B5B5B5. Windows color (decimal): -4280379 or 12955582. OLE color: 12955582.

HSL color Cylindrical-coordinate representation of color #BEAFC5: hue angle of 280.91º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEAFC5 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190175197-
CMYK0.040.1100.23
HSL280.91º15.94%72.94%-
HSV(B)280.91º11.17%77.25%-
XYZ46.6445.6459.17-
YUV181.99136.47133.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 197 (77.34% from 255) = 35.05%
R=33.81%
G=31.14%
B=35.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901751970.040.1100.23280.9115.9472.94
HexBEAFC54B0171191049
Octal27625730541302743120111
Binary1011111010101111110001011001011010111100011001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFC5; }

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

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

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

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

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

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

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

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