#BDAED1

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

Shades of Moon Raker #BDAED1

Tints of Moon Raker #BDAED1

Color information

#BDAED1 (or 0xBDAED1) is unknown color: approx Moon Raker. HEX triplet: BD, AE and D1. RGB value is (189,174,209). Sum of RGB (Red+Green+Blue) = 189+174+209=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAED1 is #42512E. Grayscale: #B6B6B6. Windows color (decimal): -4346159 or 13741757. OLE color: 13741757.

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

Color convert

RGB189174209-
CMYK0.100.1700.18
HSL265.71º27.56%75.1%-
HSV(B)265.71º16.75%81.96%-
XYZ47.6345.6966.63-
YUV182.48142.97132.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=33.04%
G=30.42%
B=36.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891742090.100.1700.18265.7127.5675.1
HexBDAED1A1101210a1c4b
Octal275256321122102241234113
Binary101111011010111011010001101010001010010100001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAED1; }

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

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

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

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

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

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

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

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