#B7AED6

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

Shades of Moon Raker #B7AED6

Tints of Moon Raker #B7AED6

Color information

#B7AED6 (or 0xB7AED6) is unknown color: approx Moon Raker. HEX triplet: B7, AE and D6. RGB value is (183,174,214). Sum of RGB (Red+Green+Blue) = 183+174+214=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #B7AED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AED6 is #485129. Grayscale: #B5B5B5. Windows color (decimal): -4739370 or 14069431. OLE color: 14069431.

HSL color Cylindrical-coordinate representation of color #B7AED6: hue angle of 253.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7AED6 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183174214-
CMYK0.140.1900.16
HSL253.5º32.79%76.08%-
HSV(B)253.5º18.69%83.92%-
XYZ46.845.1969.87-
YUV181.25146.48129.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=32.05%
G=30.47%
B=37.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831742140.140.1900.16253.532.7976.08
HexB7AED6E13010fe214c
Octal267256326162302037641114
Binary101101111010111011010110111010011010000111111101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AED6; }

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

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

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

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

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

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

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

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