#B6AEC9

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

Shades of Moon Raker #B6AEC9

Tints of Moon Raker #B6AEC9

Color information

#B6AEC9 (or 0xB6AEC9) is unknown color: approx Moon Raker. HEX triplet: B6, AE and C9. RGB value is (182,174,201). Sum of RGB (Red+Green+Blue) = 182+174+201=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #B6AEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AEC9 is #495136. Grayscale: #B3B3B3. Windows color (decimal): -4804919 or 13217462. OLE color: 13217462.

HSL color Cylindrical-coordinate representation of color #B6AEC9: hue angle of 257.78º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6AEC9 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182174201-
CMYK0.090.1300.21
HSL257.78º20%73.53%-
HSV(B)257.78º13.43%78.82%-
XYZ44.9744.4361.46-
YUV179.47140.15129.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 201 (78.91% from 255) = 36.09%
R=32.68%
G=31.24%
B=36.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821742010.090.1300.21257.782073.53
HexB6AEC99D015102144a
Octal266256311111502540224112
Binary10110110101011101100100110011101010101100000010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEC9; }

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

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

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

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

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

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

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

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