#BEAEE0

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

Shades of Moon Raker #BEAEE0

Tints of Moon Raker #BEAEE0

Color information

#BEAEE0 (or 0xBEAEE0) is unknown color: approx Moon Raker. HEX triplet: BE, AE and E0. RGB value is (190,174,224). Sum of RGB (Red+Green+Blue) = 190+174+224=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEE0 is #41511F. Grayscale: #B8B8B8. Windows color (decimal): -4280608 or 14724798. OLE color: 14724798.

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

Color convert

RGB190174224-
CMYK0.150.2200.12
HSL259.2º44.64%78.04%-
HSV(B)259.2º22.32%87.84%-
XYZ49.8346.676.89-
YUV184.48150.3131.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 224 (87.89% from 255) = 38.10%
R=32.31%
G=29.59%
B=38.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901742240.150.2200.12259.244.6478.04
HexBEAEE0F160C1032d4e
Octal276256340172601440355116
Binary101111101010111011100000111110110011001000000111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEE0; }

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

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

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

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

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

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

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

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