#BDACD0

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

Shades of Moon Raker #BDACD0

Tints of Moon Raker #BDACD0

Color information

#BDACD0 (or 0xBDACD0) is unknown color: approx Moon Raker. HEX triplet: BD, AC and D0. RGB value is (189,172,208). Sum of RGB (Red+Green+Blue) = 189+172+208=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACD0 is #42532F. Grayscale: #B5B5B5. Windows color (decimal): -4346672 or 13675709. OLE color: 13675709.

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

Color convert

RGB189172208-
CMYK0.090.1700.18
HSL268.33º27.69%74.51%-
HSV(B)268.33º17.31%81.57%-
XYZ47.1244.8865.85-
YUV181.19143.13133.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 208 (81.64% from 255) = 36.56%
R=33.22%
G=30.23%
B=36.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891722080.090.1700.18268.3327.6974.51
HexBDACD091101210c1c4b
Octal275254320112102241434113
Binary101111011010110011010000100110001010010100001100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACD0; }

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

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

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

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

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

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

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

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