#BDACD5

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

Shades of Moon Raker #BDACD5

Tints of Moon Raker #BDACD5

Color information

#BDACD5 (or 0xBDACD5) is unknown color: approx Moon Raker. HEX triplet: BD, AC and D5. RGB value is (189,172,213). Sum of RGB (Red+Green+Blue) = 189+172+213=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACD5 is #42532A. Grayscale: #B5B5B5. Windows color (decimal): -4346667 or 14003389. OLE color: 14003389.

HSL color Cylindrical-coordinate representation of color #BDACD5: hue angle of 264.88º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDACD5 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189172213-
CMYK0.110.1900.16
HSL264.88º32.8%75.49%-
HSV(B)264.88º19.25%83.53%-
XYZ47.7545.1369.14-
YUV181.76145.63133.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 213 (83.59% from 255) = 37.11%
R=32.93%
G=29.97%
B=37.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891722130.110.1900.16264.8832.875.49
HexBDACD5B13010109214b
Octal275254325132302041141113
Binary1011110110101100110101011011100110100001000010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACD5; }

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

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

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

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

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

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

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

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