#BDADD0

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

Shades of Moon Raker #BDADD0

Tints of Moon Raker #BDADD0

Color information

#BDADD0 (or 0xBDADD0) is unknown color: approx Moon Raker. HEX triplet: BD, AD and D0. RGB value is (189,173,208). Sum of RGB (Red+Green+Blue) = 189+173+208=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADD0 is #42522F. Grayscale: #B5B5B5. Windows color (decimal): -4346416 or 13675965. OLE color: 13675965.

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

Color convert

RGB189173208-
CMYK0.090.1700.18
HSL267.43º27.13%74.71%-
HSV(B)267.43º16.83%81.57%-
XYZ47.3245.2665.92-
YUV181.77142.8133.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=33.16%
G=30.35%
B=36.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891732080.090.1700.18267.4327.1374.71
HexBDADD091101210b1b4b
Octal275255320112102241333113
Binary101111011010110111010000100110001010010100001011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADD0; }

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

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

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

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

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

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

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

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