#BDACD9

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

Shades of Moon Raker #BDACD9

Tints of Moon Raker #BDACD9

Color information

#BDACD9 (or 0xBDACD9) is unknown color: approx Moon Raker. HEX triplet: BD, AC and D9. RGB value is (189,172,217). Sum of RGB (Red+Green+Blue) = 189+172+217=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACD9 is #425326. Grayscale: #B6B6B6. Windows color (decimal): -4346663 or 14265533. OLE color: 14265533.

HSL color Cylindrical-coordinate representation of color #BDACD9: hue angle of 262.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDACD9 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189172217-
CMYK0.130.2100.15
HSL262.67º37.19%76.27%-
HSV(B)262.67º20.74%85.1%-
XYZ48.2645.3371.85-
YUV182.21147.63132.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 172 (67.58% from 255) = 29.76%
BLUE value IS 217 (85.16% from 255) = 37.54%
R=32.70%
G=29.76%
B=37.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891722170.130.2100.15262.6737.1976.27
HexBDACD9D150F107254c
Octal275254331152501740745114
Binary101111011010110011011001110110101011111000001111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACD9; }

 p { color: rgb(189,172,217); }

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

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

 a { background-color: rgb(189,172,217); }

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

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

 span { border-color: rgb(189,172,217); }

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