#BDABD8

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

Shades of Moon Raker #BDABD8

Tints of Moon Raker #BDABD8

Color information

#BDABD8 (or 0xBDABD8) is unknown color: approx Moon Raker. HEX triplet: BD, AB and D8. RGB value is (189,171,216). Sum of RGB (Red+Green+Blue) = 189+171+216=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABD8 is #425427. Grayscale: #B5B5B5. Windows color (decimal): -4346920 or 14199741. OLE color: 14199741.

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

Color convert

RGB189171216-
CMYK0.120.2100.15
HSL264º36.59%75.88%-
HSV(B)264º20.83%84.71%-
XYZ47.9444.971.11-
YUV181.51147.46133.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 216 (84.77% from 255) = 37.5%
R=32.81%
G=29.69%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891712160.120.2100.1526436.5975.88
HexBDABD8C150F108254c
Octal275253330142501741045114
Binary101111011010101111011000110010101011111000010001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABD8; }

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

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

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

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

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

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

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

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