#BEAED4

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

Shades of Moon Raker #BEAED4

Tints of Moon Raker #BEAED4

Color information

#BEAED4 (or 0xBEAED4) is unknown color: approx Moon Raker. HEX triplet: BE, AE and D4. RGB value is (190,174,212). Sum of RGB (Red+Green+Blue) = 190+174+212=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAED4 is #41512B. Grayscale: #B6B6B6. Windows color (decimal): -4280620 or 13938366. OLE color: 13938366.

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

Color convert

RGB190174212-
CMYK0.100.1800.17
HSL265.26º30.65%75.69%-
HSV(B)265.26º17.92%83.14%-
XYZ48.2545.9768.62-
YUV183.12144.3132.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 212 (83.20% from 255) = 36.81%
R=32.99%
G=30.21%
B=36.81%

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
Decimal1901742120.100.1800.17265.2630.6575.69
HexBEAED4A120111091f4c
Octal276256324122202141137114
Binary101111101010111011010100101010010010001100001001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAED4; }

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

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

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

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

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

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

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

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