#BDACD8

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

Shades of Moon Raker #BDACD8

Tints of Moon Raker #BDACD8

Color information

#BDACD8 (or 0xBDACD8) is unknown color: approx Moon Raker. HEX triplet: BD, AC and D8. RGB value is (189,172,216). Sum of RGB (Red+Green+Blue) = 189+172+216=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACD8 is #425327. Grayscale: #B5B5B5. Windows color (decimal): -4346664 or 14199997. OLE color: 14199997.

HSL color Cylindrical-coordinate representation of color #BDACD8: hue angle of 263.18º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDACD8 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189172216-
CMYK0.120.2000.15
HSL263.18º36.07%76.08%-
HSV(B)263.18º20.37%84.71%-
XYZ48.1345.2871.17-
YUV182.1147.13132.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 216 (84.77% from 255) = 37.44%
R=32.76%
G=29.81%
B=37.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891722160.120.2000.15263.1836.0776.08
HexBDACD8C140F107244c
Octal275254330142401740744114
Binary101111011010110011011000110010100011111000001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACD8; }

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

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

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

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

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

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

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

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