#BEAFD9

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

Shades of Moon Raker #BEAFD9

Tints of Moon Raker #BEAFD9

Color information

#BEAFD9 (or 0xBEAFD9) is unknown color: approx Moon Raker. HEX triplet: BE, AF and D9. RGB value is (190,175,217). Sum of RGB (Red+Green+Blue) = 190+175+217=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #BEAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFD9 is #415026. Grayscale: #B8B8B8. Windows color (decimal): -4280359 or 14266302. OLE color: 14266302.

HSL color Cylindrical-coordinate representation of color #BEAFD9: hue angle of 261.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEAFD9 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190175217-
CMYK0.120.1900.15
HSL261.43º35.59%76.86%-
HSV(B)261.43º19.35%85.1%-
XYZ49.0946.6272.06-
YUV184.27146.47132.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 217 (85.16% from 255) = 37.29%
R=32.65%
G=30.07%
B=37.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901752170.120.1900.15261.4335.5976.86
HexBEAFD9C130F105244d
Octal276257331142301740544115
Binary101111101010111111011001110010011011111000001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFD9; }

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

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

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

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

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

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

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

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