#B7AED5

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

Shades of Moon Raker #B7AED5

Tints of Moon Raker #B7AED5

Color information

#B7AED5 (or 0xB7AED5) is unknown color: approx Moon Raker. HEX triplet: B7, AE and D5. RGB value is (183,174,213). Sum of RGB (Red+Green+Blue) = 183+174+213=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #B7AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AED5 is #48512A. Grayscale: #B4B4B4. Windows color (decimal): -4739371 or 14003895. OLE color: 14003895.

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

Color convert

RGB183174213-
CMYK0.140.1800.16
HSL253.85º31.71%75.88%-
HSV(B)253.85º18.31%83.53%-
XYZ46.6745.1469.2-
YUV181.14145.98129.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=32.11%
G=30.53%
B=37.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831742130.140.1800.16253.8531.7175.88
HexB7AED5E12010fe204c
Octal267256325162202037640114
Binary101101111010111011010101111010010010000111111101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AED5; }

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

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

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

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

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

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

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

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