#B6A9CD

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

Shades of Moon Raker #B6A9CD

Tints of Moon Raker #B6A9CD

Color information

#B6A9CD (or 0xB6A9CD) is unknown color: approx Moon Raker. HEX triplet: B6, A9 and CD. RGB value is (182,169,205). Sum of RGB (Red+Green+Blue) = 182+169+205=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9CD is #495632. Grayscale: #B0B0B0. Windows color (decimal): -4806195 or 13478326. OLE color: 13478326.

HSL color Cylindrical-coordinate representation of color #B6A9CD: hue angle of 261.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6A9CD is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182169205-
CMYK0.110.1800.20
HSL261.67º26.47%73.33%-
HSV(B)261.67º17.56%80.39%-
XYZ44.542.7363.66-
YUV176.99143.81131.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.73%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=32.73%
G=30.40%
B=36.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821692050.110.1800.20261.6726.4773.33
HexB6A9CDB120141061a49
Octal266251315132202440632111
Binary101101101010100111001101101110010010100100000110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A9CD; }

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

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

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

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

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

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

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

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