#B7A9CF

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

Shades of Moon Raker #B7A9CF

Tints of Moon Raker #B7A9CF

Color information

#B7A9CF (or 0xB7A9CF) is unknown color: approx Moon Raker. HEX triplet: B7, A9 and CF. RGB value is (183,169,207). Sum of RGB (Red+Green+Blue) = 183+169+207=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7A9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A9CF is #485630. Grayscale: #B1B1B1. Windows color (decimal): -4740657 or 13609399. OLE color: 13609399.

HSL color Cylindrical-coordinate representation of color #B7A9CF: hue angle of 262.11º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7A9CF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183169207-
CMYK0.120.1800.19
HSL262.11º28.36%73.73%-
HSV(B)262.11º18.36%81.18%-
XYZ44.9842.9564.95-
YUV177.52144.64131.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.74%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=32.74%
G=30.23%
B=37.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831692070.120.1800.19262.1128.3673.73
HexB7A9CFC120131061c4a
Octal267251317142202340634112
Binary101101111010100111001111110010010010011100000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A9CF; }

 p { color: rgb(183,169,207); }

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

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

 a { background-color: rgb(183,169,207); }

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

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

 span { border-color: rgb(183,169,207); }

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