#BDACDC

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

Shades of Moon Raker #BDACDC

Tints of Moon Raker #BDACDC

Color information

#BDACDC (or 0xBDACDC) is unknown color: approx Moon Raker. HEX triplet: BD, AC and DC. RGB value is (189,172,220). Sum of RGB (Red+Green+Blue) = 189+172+220=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACDC is #425323. Grayscale: #B6B6B6. Windows color (decimal): -4346660 or 14462141. OLE color: 14462141.

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

Color convert

RGB189172220-
CMYK0.140.2200.14
HSL261.25º40.68%76.86%-
HSV(B)261.25º21.82%86.27%-
XYZ48.6645.4973.93-
YUV182.56149.13132.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=32.53%
G=29.60%
B=37.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891722200.140.2200.14261.2540.6876.86
HexBDACDCE160E105294d
Octal275254334162601640551115
Binary101111011010110011011100111010110011101000001011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACDC; }

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

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

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

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

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

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

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

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