#BDADD1

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

Shades of Moon Raker #BDADD1

Tints of Moon Raker #BDADD1

Color information

#BDADD1 (or 0xBDADD1) is unknown color: approx Moon Raker. HEX triplet: BD, AD and D1. RGB value is (189,173,209). Sum of RGB (Red+Green+Blue) = 189+173+209=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADD1 is #42522E. Grayscale: #B5B5B5. Windows color (decimal): -4346415 or 13741501. OLE color: 13741501.

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

Color convert

RGB189173209-
CMYK0.100.1700.18
HSL266.67º28.12%74.9%-
HSV(B)266.67º17.22%81.96%-
XYZ47.4445.3166.57-
YUV181.89143.3133.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 209 (82.03% from 255) = 36.60%
R=33.10%
G=30.30%
B=36.60%

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
Decimal1891732090.100.1700.18266.6728.1274.9
HexBDADD1A1101210b1c4b
Octal275255321122102241334113
Binary101111011010110111010001101010001010010100001011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADD1; }

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

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

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

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

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

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

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

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