#B6A9C6

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

Shades of Moon Raker #B6A9C6

Tints of Moon Raker #B6A9C6

Color information

#B6A9C6 (or 0xB6A9C6) is unknown color: approx Moon Raker. HEX triplet: B6, A9 and C6. RGB value is (182,169,198). Sum of RGB (Red+Green+Blue) = 182+169+198=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 198 - color contains mainly: blue. Hex color #B6A9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9C6 is #495639. Grayscale: #B0B0B0. Windows color (decimal): -4806202 or 13019574. OLE color: 13019574.

HSL color Cylindrical-coordinate representation of color #B6A9C6: hue angle of 266.9º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6A9C6 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182169198-
CMYK0.080.1500.22
HSL266.9º20.28%71.96%-
HSV(B)266.9º14.65%77.65%-
XYZ43.6742.459.31-
YUV176.19140.31132.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.15%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 198 (77.73% from 255) = 36.07%
R=33.15%
G=30.78%
B=36.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821691980.080.1500.22266.920.2871.96
HexB6A9C68F01610b1448
Octal266251306101702641324110
Binary10110110101010011100011010001111010110100001011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A9C6; }

 p { color: rgb(182,169,198); }

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

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

 a { background-color: rgb(182,169,198); }

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

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

 span { border-color: rgb(182,169,198); }

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