#BDABD5

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

Shades of Moon Raker #BDABD5

Tints of Moon Raker #BDABD5

Color information

#BDABD5 (or 0xBDABD5) is unknown color: approx Moon Raker. HEX triplet: BD, AB and D5. RGB value is (189,171,213). Sum of RGB (Red+Green+Blue) = 189+171+213=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABD5 is #42542A. Grayscale: #B5B5B5. Windows color (decimal): -4346923 or 14003133. OLE color: 14003133.

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

Color convert

RGB189171213-
CMYK0.110.2000.16
HSL265.71º33.33%75.29%-
HSV(B)265.71º19.72%83.53%-
XYZ47.5644.7569.08-
YUV181.17145.96133.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 213 (83.59% from 255) = 37.17%
R=32.98%
G=29.84%
B=37.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891712130.110.2000.16265.7133.3375.29
HexBDABD5B1401010a214b
Octal275253325132402041241113
Binary1011110110101011110101011011101000100001000010101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABD5; }

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

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

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

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

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

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

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

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