#BFAFD9

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

Shades of Moon Raker #BFAFD9

Tints of Moon Raker #BFAFD9

Color information

#BFAFD9 (or 0xBFAFD9) is unknown color: approx Moon Raker. HEX triplet: BF, AF and D9. RGB value is (191,175,217). Sum of RGB (Red+Green+Blue) = 191+175+217=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFD9 is #405026. Grayscale: #B8B8B8. Windows color (decimal): -4214823 or 14266303. OLE color: 14266303.

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

Color convert

RGB191175217-
CMYK0.120.1900.15
HSL262.86º35.59%76.86%-
HSV(B)262.86º19.35%85.1%-
XYZ49.3446.7572.07-
YUV184.57146.3132.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=32.76%
G=30.02%
B=37.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911752170.120.1900.15262.8635.5976.86
HexBFAFD9C130F107244d
Octal277257331142301740744115
Binary101111111010111111011001110010011011111000001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFD9; }

 p { color: rgb(191,175,217); }

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

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

 a { background-color: rgb(191,175,217); }

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

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

 span { border-color: rgb(191,175,217); }

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