#B6A9DE

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

Shades of Moon Raker #B6A9DE

Tints of Moon Raker #B6A9DE

Color information

#B6A9DE (or 0xB6A9DE) is unknown color: approx Moon Raker. HEX triplet: B6, A9 and DE. RGB value is (182,169,222). Sum of RGB (Red+Green+Blue) = 182+169+222=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6A9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9DE is #495621. Grayscale: #B2B2B2. Windows color (decimal): -4806178 or 14592438. OLE color: 14592438.

HSL color Cylindrical-coordinate representation of color #B6A9DE: hue angle of 254.72º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6A9DE is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182169222-
CMYK0.180.2400.13
HSL254.72º44.54%76.67%-
HSV(B)254.72º23.87%87.06%-
XYZ46.6643.5975.06-
YUV178.93152.31130.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 169 (66.41% from 255) = 29.49%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=31.76%
G=29.49%
B=38.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821692220.180.2400.13254.7244.5476.67
HexB6A9DE12180Dff2d4d
Octal266251336223001537755115
Binary101101101010100111011110100101100001101111111111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A9DE; }

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

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

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

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

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

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

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

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