#B9AFD9

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

Shades of Moon Raker #B9AFD9

Tints of Moon Raker #B9AFD9

Color information

#B9AFD9 (or 0xB9AFD9) is unknown color: approx Moon Raker. HEX triplet: B9, AF and D9. RGB value is (185,175,217). Sum of RGB (Red+Green+Blue) = 185+175+217=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #B9AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFD9 is #465026. Grayscale: #B6B6B6. Windows color (decimal): -4608039 or 14266297. OLE color: 14266297.

HSL color Cylindrical-coordinate representation of color #B9AFD9: hue angle of 254.29º 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 #B9AFD9 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185175217-
CMYK0.150.1900.15
HSL254.29º35.59%76.86%-
HSV(B)254.29º19.35%85.1%-
XYZ47.8645.9872-
YUV182.78147.31129.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 217 (85.16% from 255) = 37.61%
R=32.06%
G=30.33%
B=37.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851752170.150.1900.15254.2935.5976.86
HexB9AFD9F130Ffe244d
Octal271257331172301737644115
Binary10111001101011111101100111111001101111111111101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFD9; }

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

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

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

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

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

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

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

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