#B7AED9

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

Shades of Moon Raker #B7AED9

Tints of Moon Raker #B7AED9

Color information

#B7AED9 (or 0xB7AED9) is unknown color: approx Moon Raker. HEX triplet: B7, AE and D9. RGB value is (183,174,217). Sum of RGB (Red+Green+Blue) = 183+174+217=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #B7AED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AED9 is #485126. Grayscale: #B5B5B5. Windows color (decimal): -4739367 or 14266039. OLE color: 14266039.

HSL color Cylindrical-coordinate representation of color #B7AED9: hue angle of 252.56º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7AED9 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183174217-
CMYK0.160.2000.15
HSL252.56º36.13%76.67%-
HSV(B)252.56º19.82%85.1%-
XYZ47.1945.3571.91-
YUV181.59147.98129-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=31.88%
G=30.31%
B=37.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831742170.160.2000.15252.5636.1376.67
HexB7AED910140Ffd244d
Octal267256331202401737544115
Binary101101111010111011011001100001010001111111111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AED9; }

 p { color: rgb(183,174,217); }

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

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

 a { background-color: rgb(183,174,217); }

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

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

 span { border-color: rgb(183,174,217); }

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