#BDACD1

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

Shades of Moon Raker #BDACD1

Tints of Moon Raker #BDACD1

Color information

#BDACD1 (or 0xBDACD1) is unknown color: approx Moon Raker. HEX triplet: BD, AC and D1. RGB value is (189,172,209). Sum of RGB (Red+Green+Blue) = 189+172+209=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACD1 is #42532E. Grayscale: #B5B5B5. Windows color (decimal): -4346671 or 13741245. OLE color: 13741245.

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

Color convert

RGB189172209-
CMYK0.100.1800.18
HSL267.57º28.68%74.71%-
HSV(B)267.57º17.7%81.96%-
XYZ47.2544.9366.5-
YUV181.3143.63133.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 209 (82.03% from 255) = 36.67%
R=33.16%
G=30.18%
B=36.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891722090.100.1800.18267.5728.6874.71
HexBDACD1A1201210c1d4b
Octal275254321122202241435113
Binary101111011010110011010001101010010010010100001100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACD1; }

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

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

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

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

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

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

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

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