#B9AFD5

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

Shades of Moon Raker #B9AFD5

Tints of Moon Raker #B9AFD5

Color information

#B9AFD5 (or 0xB9AFD5) is unknown color: approx Moon Raker. HEX triplet: B9, AF and D5. RGB value is (185,175,213). Sum of RGB (Red+Green+Blue) = 185+175+213=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #B9AFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFD5 is #46502A. Grayscale: #B6B6B6. Windows color (decimal): -4608043 or 14004153. OLE color: 14004153.

HSL color Cylindrical-coordinate representation of color #B9AFD5: hue angle of 255.79º 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 #B9AFD5 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185175213-
CMYK0.130.1800.16
HSL255.79º31.15%76.08%-
HSV(B)255.79º17.84%83.53%-
XYZ47.3545.7869.29-
YUV182.32145.31129.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 213 (83.59% from 255) = 37.17%
R=32.29%
G=30.54%
B=37.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851752130.130.1800.16255.7931.1576.08
HexB9AFD5D120101001f4c
Octal271257325152202040037114
Binary101110011010111111010101110110010010000100000000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFD5; }

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

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

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

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

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

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

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

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