#BDADD8

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

Shades of Moon Raker #BDADD8

Tints of Moon Raker #BDADD8

Color information

#BDADD8 (or 0xBDADD8) is unknown color: approx Moon Raker. HEX triplet: BD, AD and D8. RGB value is (189,173,216). Sum of RGB (Red+Green+Blue) = 189+173+216=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADD8 is #425227. Grayscale: #B6B6B6. Windows color (decimal): -4346408 or 14200253. OLE color: 14200253.

HSL color Cylindrical-coordinate representation of color #BDADD8: hue angle of 262.33º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDADD8 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189173216-
CMYK0.120.2000.15
HSL262.33º35.54%76.27%-
HSV(B)262.33º19.91%84.71%-
XYZ48.3245.6671.23-
YUV182.69146.8132.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 216 (84.77% from 255) = 37.37%
R=32.70%
G=29.93%
B=37.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891732160.120.2000.15262.3335.5476.27
HexBDADD8C140F106244c
Octal275255330142401740644114
Binary101111011010110111011000110010100011111000001101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADD8; }

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

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

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

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

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

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

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

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