#BDACDA

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

Shades of Moon Raker #BDACDA

Tints of Moon Raker #BDACDA

Color information

#BDACDA (or 0xBDACDA) is unknown color: approx Moon Raker. HEX triplet: BD, AC and DA. RGB value is (189,172,218). Sum of RGB (Red+Green+Blue) = 189+172+218=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACDA is #425325. Grayscale: #B6B6B6. Windows color (decimal): -4346662 or 14331069. OLE color: 14331069.

HSL color Cylindrical-coordinate representation of color #BDACDA: hue angle of 262.17º degrees, saturation: 0.38, 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 #BDACDA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189172218-
CMYK0.130.2100.15
HSL262.17º38.33%76.47%-
HSV(B)262.17º21.1%85.49%-
XYZ48.3945.3972.54-
YUV182.33148.13132.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=32.64%
G=29.71%
B=37.65%

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
Decimal1891722180.130.2100.15262.1738.3376.47
HexBDACDAD150F106264c
Octal275254332152501740646114
Binary101111011010110011011010110110101011111000001101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACDA; }

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

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

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

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

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

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

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

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