#B7AFC9

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

Shades of Moon Raker #B7AFC9

Tints of Moon Raker #B7AFC9

Color information

#B7AFC9 (or 0xB7AFC9) is unknown color: approx Moon Raker. HEX triplet: B7, AF and C9. RGB value is (183,175,201). Sum of RGB (Red+Green+Blue) = 183+175+201=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #B7AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFC9 is #485036. Grayscale: #B4B4B4. Windows color (decimal): -4739127 or 13217719. OLE color: 13217719.

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

Color convert

RGB183175201-
CMYK0.090.1300.21
HSL258.46º19.4%73.73%-
HSV(B)258.46º12.94%78.82%-
XYZ45.444.9461.54-
YUV180.36139.65129.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.74%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 201 (78.91% from 255) = 35.96%
R=32.74%
G=31.31%
B=35.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831752010.090.1300.21258.4619.473.73
HexB7AFC99D015102134a
Octal267257311111502540223112
Binary10110111101011111100100110011101010101100000010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFC9; }

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

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

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

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

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

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

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

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