#B8AFC9

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

Shades of Moon Raker #B8AFC9

Tints of Moon Raker #B8AFC9

Color information

#B8AFC9 (or 0xB8AFC9) is unknown color: approx Moon Raker. HEX triplet: B8, AF and C9. RGB value is (184,175,201). Sum of RGB (Red+Green+Blue) = 184+175+201=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #B8AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFC9 is #475036. Grayscale: #B4B4B4. Windows color (decimal): -4673591 or 13217720. OLE color: 13217720.

HSL color Cylindrical-coordinate representation of color #B8AFC9: hue angle of 260.77º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8AFC9 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184175201-
CMYK0.080.1300.21
HSL260.77º19.4%73.73%-
HSV(B)260.77º12.94%78.82%-
XYZ45.6445.0761.55-
YUV180.65139.48130.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.86%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=32.86%
G=31.25%
B=35.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841752010.080.1300.21260.7719.473.73
HexB8AFC98D015105134a
Octal270257311101502540523112
Binary10111000101011111100100110001101010101100000101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFC9; }

 p { color: rgb(184,175,201); }

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

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

 a { background-color: rgb(184,175,201); }

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

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

 span { border-color: rgb(184,175,201); }

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