#BDACD3

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

Shades of Moon Raker #BDACD3

Tints of Moon Raker #BDACD3

Color information

#BDACD3 (or 0xBDACD3) is unknown color: approx Moon Raker. HEX triplet: BD, AC and D3. RGB value is (189,172,211). Sum of RGB (Red+Green+Blue) = 189+172+211=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACD3 is #42532C. Grayscale: #B5B5B5. Windows color (decimal): -4346669 or 13872317. OLE color: 13872317.

HSL color Cylindrical-coordinate representation of color #BDACD3: hue angle of 266.15º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDACD3 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189172211-
CMYK0.100.1800.17
HSL266.15º30.71%75.1%-
HSV(B)266.15º18.48%82.75%-
XYZ47.545.0367.82-
YUV181.53144.63133.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 211 (82.81% from 255) = 36.89%
R=33.04%
G=30.07%
B=36.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891722110.100.1800.17266.1530.7175.1
HexBDACD3A1201110a1f4b
Octal275254323122202141237113
Binary101111011010110011010011101010010010001100001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACD3; }

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

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

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

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

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

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

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

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