#BEAED2

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

Shades of Moon Raker #BEAED2

Tints of Moon Raker #BEAED2

Color information

#BEAED2 (or 0xBEAED2) is unknown color: approx Moon Raker. HEX triplet: BE, AE and D2. RGB value is (190,174,210). Sum of RGB (Red+Green+Blue) = 190+174+210=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAED2 is #41512D. Grayscale: #B6B6B6. Windows color (decimal): -4280622 or 13807294. OLE color: 13807294.

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

Color convert

RGB190174210-
CMYK0.100.1700.18
HSL266.67º28.57%75.29%-
HSV(B)266.67º17.14%82.35%-
XYZ4845.8767.3-
YUV182.89143.3133.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 210 (82.42% from 255) = 36.59%
R=33.10%
G=30.31%
B=36.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901742100.100.1700.18266.6728.5775.29
HexBEAED2A1101210b1d4b
Octal276256322122102241335113
Binary101111101010111011010010101010001010010100001011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAED2; }

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

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

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

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

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

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

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

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