#BDACD7

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

Shades of Moon Raker #BDACD7

Tints of Moon Raker #BDACD7

Color information

#BDACD7 (or 0xBDACD7) is unknown color: approx Moon Raker. HEX triplet: BD, AC and D7. RGB value is (189,172,215). Sum of RGB (Red+Green+Blue) = 189+172+215=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACD7 is #425328. Grayscale: #B5B5B5. Windows color (decimal): -4346665 or 14134461. OLE color: 14134461.

HSL color Cylindrical-coordinate representation of color #BDACD7: hue angle of 263.72º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDACD7 is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189172215-
CMYK0.120.200.16
HSL263.72º34.96%75.88%-
HSV(B)263.72º20%84.31%-
XYZ4845.2370.49-
YUV181.98146.63133-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 215 (84.38% from 255) = 37.33%
R=32.81%
G=29.86%
B=37.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891722150.120.200.16263.7234.9675.88
HexBDACD7C14010108234c
Octal275254327142402041043114
Binary1011110110101100110101111100101000100001000010001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACD7; }

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

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

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

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

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

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

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

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