#BDAAE2

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

Shades of Moon Raker #BDAAE2

Tints of Moon Raker #BDAAE2

Color information

#BDAAE2 (or 0xBDAAE2) is unknown color: approx Moon Raker. HEX triplet: BD, AA and E2. RGB value is (189,170,226). Sum of RGB (Red+Green+Blue) = 189+170+226=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDAAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAAE2 is #42551D. Grayscale: #B5B5B5. Windows color (decimal): -4347166 or 14854845. OLE color: 14854845.

HSL color Cylindrical-coordinate representation of color #BDAAE2: hue angle of 260.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDAAE2 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189170226-
CMYK0.160.2500.11
HSL260.36º49.12%77.65%-
HSV(B)260.36º24.78%88.63%-
XYZ49.0945.0678.06-
YUV182.06152.79132.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 226 (88.67% from 255) = 38.63%
R=32.31%
G=29.06%
B=38.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891702260.160.2500.11260.3649.1277.65
HexBDAAE210190B104314e
Octal275252342203101340461116
Binary1011110110101010111000101000011001010111000001001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAAE2; }

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

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

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

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

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

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

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

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