#BDAED0

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

Shades of Moon Raker #BDAED0

Tints of Moon Raker #BDAED0

Color information

#BDAED0 (or 0xBDAED0) is unknown color: approx Moon Raker. HEX triplet: BD, AE and D0. RGB value is (189,174,208). Sum of RGB (Red+Green+Blue) = 189+174+208=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDAED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAED0 is #42512F. Grayscale: #B6B6B6. Windows color (decimal): -4346160 or 13676221. OLE color: 13676221.

HSL color Cylindrical-coordinate representation of color #BDAED0: hue angle of 266.47º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDAED0 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189174208-
CMYK0.090.1600.18
HSL266.47º26.56%74.9%-
HSV(B)266.47º16.35%81.57%-
XYZ47.5145.6465.98-
YUV182.36142.47132.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=33.10%
G=30.47%
B=36.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891742080.090.1600.18266.4726.5674.9
HexBDAED091001210a1b4b
Octal275256320112002241233113
Binary101111011010111011010000100110000010010100001010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAED0; }

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

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

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

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

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

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

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

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