#BDAFD5

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

Shades of Moon Raker #BDAFD5

Tints of Moon Raker #BDAFD5

Color information

#BDAFD5 (or 0xBDAFD5) is unknown color: approx Moon Raker. HEX triplet: BD, AF and D5. RGB value is (189,175,213). Sum of RGB (Red+Green+Blue) = 189+175+213=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFD5 is #42502A. Grayscale: #B7B7B7. Windows color (decimal): -4345899 or 14004157. OLE color: 14004157.

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

Color convert

RGB189175213-
CMYK0.110.1800.16
HSL262.11º31.15%76.08%-
HSV(B)262.11º17.84%83.53%-
XYZ48.3346.2869.34-
YUV183.52144.64131.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 213 (83.59% from 255) = 36.92%
R=32.76%
G=30.33%
B=36.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891752130.110.1800.16262.1131.1576.08
HexBDAFD5B120101061f4c
Octal275257325132202040637114
Binary101111011010111111010101101110010010000100000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFD5; }

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

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

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

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

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

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

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

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