#BDADD7

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

Shades of Moon Raker #BDADD7

Tints of Moon Raker #BDADD7

Color information

#BDADD7 (or 0xBDADD7) is unknown color: approx Moon Raker. HEX triplet: BD, AD and D7. RGB value is (189,173,215). Sum of RGB (Red+Green+Blue) = 189+173+215=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADD7 is #425228. Grayscale: #B6B6B6. Windows color (decimal): -4346409 or 14134717. OLE color: 14134717.

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

Color convert

RGB189173215-
CMYK0.120.2000.16
HSL262.86º34.43%76.08%-
HSV(B)262.86º19.53%84.31%-
XYZ48.245.6170.55-
YUV182.57146.3132.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 215 (84.38% from 255) = 37.26%
R=32.76%
G=29.98%
B=37.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891732150.120.2000.16262.8634.4376.08
HexBDADD7C14010107224c
Octal275255327142402040742114
Binary1011110110101101110101111100101000100001000001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADD7; }

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

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

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

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

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

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

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

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