#B9AFD8

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

Shades of Moon Raker #B9AFD8

Tints of Moon Raker #B9AFD8

Color information

#B9AFD8 (or 0xB9AFD8) is unknown color: approx Moon Raker. HEX triplet: B9, AF and D8. RGB value is (185,175,216). Sum of RGB (Red+Green+Blue) = 185+175+216=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #B9AFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFD8 is #465027. Grayscale: #B6B6B6. Windows color (decimal): -4608040 or 14200761. OLE color: 14200761.

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

Color convert

RGB185175216-
CMYK0.140.1900.15
HSL254.63º34.45%76.67%-
HSV(B)254.63º18.98%84.71%-
XYZ47.7345.9371.32-
YUV182.66146.81129.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 216 (84.77% from 255) = 37.5%
R=32.12%
G=30.38%
B=37.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851752160.140.1900.15254.6334.4576.67
HexB9AFD8E130Fff224d
Octal271257330162301737742115
Binary10111001101011111101100011101001101111111111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFD8; }

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

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

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

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

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

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

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

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