#B6AEC5

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

Shades of Moon Raker #B6AEC5

Tints of Moon Raker #B6AEC5

Color information

#B6AEC5 (or 0xB6AEC5) is unknown color: approx Moon Raker. HEX triplet: B6, AE and C5. RGB value is (182,174,197). Sum of RGB (Red+Green+Blue) = 182+174+197=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 197 - color contains mainly: blue. Hex color #B6AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AEC5 is #49513A. Grayscale: #B2B2B2. Windows color (decimal): -4804923 or 12955318. OLE color: 12955318.

HSL color Cylindrical-coordinate representation of color #B6AEC5: hue angle of 260.87º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6AEC5 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB182174197-
CMYK0.080.1200.23
HSL260.87º16.55%72.75%-
HSV(B)260.87º11.68%77.25%-
XYZ44.5144.2559.02-
YUV179.01138.15130.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 197 (77.34% from 255) = 35.62%
R=32.91%
G=31.46%
B=35.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821741970.080.1200.23260.8716.5572.75
HexB6AEC58C0171051149
Octal266256305101402740521111
Binary10110110101011101100010110001100010111100000101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEC5; }

 p { color: rgb(182,174,197); }

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

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

 a { background-color: rgb(182,174,197); }

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

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

 span { border-color: rgb(182,174,197); }

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