#BDACDD

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

Shades of Moon Raker #BDACDD

Tints of Moon Raker #BDACDD

Color information

#BDACDD (or 0xBDACDD) is unknown color: approx Moon Raker. HEX triplet: BD, AC and DD. RGB value is (189,172,221). Sum of RGB (Red+Green+Blue) = 189+172+221=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACDD is #425322. Grayscale: #B6B6B6. Windows color (decimal): -4346659 or 14527677. OLE color: 14527677.

HSL color Cylindrical-coordinate representation of color #BDACDD: hue angle of 260.82º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDACDD is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189172221-
CMYK0.140.2200.13
HSL260.82º41.88%77.06%-
HSV(B)260.82º22.17%86.67%-
XYZ48.7945.5474.63-
YUV182.67149.63132.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=32.47%
G=29.55%
B=37.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891722210.140.2200.13260.8241.8877.06
HexBDACDDE160D1052a4d
Octal275254335162601540552115
Binary101111011010110011011101111010110011011000001011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACDD; }

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

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

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

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

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

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

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

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