#BEAED1

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

Shades of Moon Raker #BEAED1

Tints of Moon Raker #BEAED1

Color information

#BEAED1 (or 0xBEAED1) is unknown color: approx Moon Raker. HEX triplet: BE, AE and D1. RGB value is (190,174,209). Sum of RGB (Red+Green+Blue) = 190+174+209=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAED1 is #41512E. Grayscale: #B6B6B6. Windows color (decimal): -4280623 or 13741758. OLE color: 13741758.

HSL color Cylindrical-coordinate representation of color #BEAED1: hue angle of 267.43º degrees, saturation: 0.28, 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 #BEAED1 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190174209-
CMYK0.090.1700.18
HSL267.43º27.56%75.1%-
HSV(B)267.43º16.75%81.96%-
XYZ47.8845.8266.64-
YUV182.77142.8133.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 209 (82.03% from 255) = 36.47%
R=33.16%
G=30.37%
B=36.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901742090.090.1700.18267.4327.5675.1
HexBEAED191101210b1c4b
Octal276256321112102241334113
Binary101111101010111011010001100110001010010100001011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAED1; }

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

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

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

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

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

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

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

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