#BDAAE0

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

Shades of Moon Raker #BDAAE0

Tints of Moon Raker #BDAAE0

Color information

#BDAAE0 (or 0xBDAAE0) is unknown color: approx Moon Raker. HEX triplet: BD, AA and E0. RGB value is (189,170,224). Sum of RGB (Red+Green+Blue) = 189+170+224=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDAAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAAE0 is #42551F. Grayscale: #B5B5B5. Windows color (decimal): -4347168 or 14723773. OLE color: 14723773.

HSL color Cylindrical-coordinate representation of color #BDAAE0: hue angle of 261.11º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDAAE0 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189170224-
CMYK0.160.2400.12
HSL261.11º46.55%77.25%-
HSV(B)261.11º24.11%87.84%-
XYZ48.8244.9576.62-
YUV181.84151.79133.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=32.42%
G=29.16%
B=38.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891702240.160.2400.12261.1146.5577.25
HexBDAAE010180C1052f4d
Octal275252340203001440557115
Binary1011110110101010111000001000011000011001000001011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAAE0; }

 p { color: rgb(189,170,224); }

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

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

 a { background-color: rgb(189,170,224); }

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

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

 span { border-color: rgb(189,170,224); }

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