#BEAED3

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

Shades of Moon Raker #BEAED3

Tints of Moon Raker #BEAED3

Color information

#BEAED3 (or 0xBEAED3) is unknown color: approx Moon Raker. HEX triplet: BE, AE and D3. RGB value is (190,174,211). Sum of RGB (Red+Green+Blue) = 190+174+211=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAED3 is #41512C. Grayscale: #B6B6B6. Windows color (decimal): -4280621 or 13872830. OLE color: 13872830.

HSL color Cylindrical-coordinate representation of color #BEAED3: hue angle of 265.95º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEAED3 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190174211-
CMYK0.100.1800.17
HSL265.95º29.6%75.49%-
HSV(B)265.95º17.54%82.75%-
XYZ48.1345.9267.96-
YUV183143.8132.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 211 (82.81% from 255) = 36.70%
R=33.04%
G=30.26%
B=36.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901742110.100.1800.17265.9529.675.49
HexBEAED3A1201110a1e4b
Octal276256323122202141236113
Binary101111101010111011010011101010010010001100001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAED3; }

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

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

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

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

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

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

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

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