#BDAAE1

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

Shades of Moon Raker #BDAAE1

Tints of Moon Raker #BDAAE1

Color information

#BDAAE1 (or 0xBDAAE1) is unknown color: approx Moon Raker. HEX triplet: BD, AA and E1. RGB value is (189,170,225). Sum of RGB (Red+Green+Blue) = 189+170+225=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAAE1 is #42551E. Grayscale: #B5B5B5. Windows color (decimal): -4347167 or 14789309. OLE color: 14789309.

HSL color Cylindrical-coordinate representation of color #BDAAE1: hue angle of 260.73º degrees, saturation: 0.48, 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 #BDAAE1 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189170225-
CMYK0.160.2400.12
HSL260.73º47.83%77.45%-
HSV(B)260.73º24.44%88.24%-
XYZ48.954577.34-
YUV181.95152.29133.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 225 (88.28% from 255) = 38.53%
R=32.36%
G=29.11%
B=38.53%

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
Decimal1891702250.160.2400.12260.7347.8377.45
HexBDAAE110180C105304d
Octal275252341203001440560115
Binary1011110110101010111000011000011000011001000001011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAAE1; }

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

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

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

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

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

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

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

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