#BDAFD0

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

Shades of Moon Raker #BDAFD0

Tints of Moon Raker #BDAFD0

Color information

#BDAFD0 (or 0xBDAFD0) is unknown color: approx Moon Raker. HEX triplet: BD, AF and D0. RGB value is (189,175,208). Sum of RGB (Red+Green+Blue) = 189+175+208=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFD0 is #42502F. Grayscale: #B6B6B6. Windows color (decimal): -4345904 or 13676477. OLE color: 13676477.

HSL color Cylindrical-coordinate representation of color #BDAFD0: hue angle of 265.45º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDAFD0 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189175208-
CMYK0.090.1600.18
HSL265.45º25.98%75.1%-
HSV(B)265.45º15.87%81.57%-
XYZ47.746.0366.05-
YUV182.95142.14132.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=33.04%
G=30.59%
B=36.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891752080.090.1600.18265.4525.9875.1
HexBDAFD09100121091a4b
Octal275257320112002241132113
Binary101111011010111111010000100110000010010100001001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFD0; }

 p { color: rgb(189,175,208); }

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

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

 a { background-color: rgb(189,175,208); }

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

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

 span { border-color: rgb(189,175,208); }

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