#BDAFD3

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

Shades of Moon Raker #BDAFD3

Tints of Moon Raker #BDAFD3

Color information

#BDAFD3 (or 0xBDAFD3) is unknown color: approx Moon Raker. HEX triplet: BD, AF and D3. RGB value is (189,175,211). Sum of RGB (Red+Green+Blue) = 189+175+211=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDAFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFD3 is #42502C. Grayscale: #B7B7B7. Windows color (decimal): -4345901 or 13873085. OLE color: 13873085.

HSL color Cylindrical-coordinate representation of color #BDAFD3: hue angle of 263.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDAFD3 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189175211-
CMYK0.100.1700.17
HSL263.33º29.03%75.69%-
HSV(B)263.33º17.06%82.75%-
XYZ48.0746.1868.01-
YUV183.29143.64132.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 211 (82.81% from 255) = 36.70%
R=32.87%
G=30.43%
B=36.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891752110.100.1700.17263.3329.0375.69
HexBDAFD3A110111071d4c
Octal275257323122102140735114
Binary101111011010111111010011101010001010001100000111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFD3; }

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

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

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

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

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

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

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

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