#B3A9DE

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

Shades of Moon Raker #B3A9DE

Tints of Moon Raker #B3A9DE

Color information

#B3A9DE (or 0xB3A9DE) is unknown color: approx Moon Raker. HEX triplet: B3, A9 and DE. RGB value is (179,169,222). Sum of RGB (Red+Green+Blue) = 179+169+222=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3A9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A9DE is #4C5621. Grayscale: #B1B1B1. Windows color (decimal): -5002786 or 14592435. OLE color: 14592435.

HSL color Cylindrical-coordinate representation of color #B3A9DE: hue angle of 251.32º 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 #B3A9DE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179169222-
CMYK0.190.2400.13
HSL251.32º44.54%76.67%-
HSV(B)251.32º23.87%87.06%-
XYZ45.9643.2375.03-
YUV178.03152.81128.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.40%
GREEN value IS 169 (66.41% from 255) = 29.65%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=31.40%
G=29.65%
B=38.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791692220.190.2400.13251.3244.5476.67
HexB3A9DE13180Dfb2d4d
Octal263251336233001537355115
Binary101100111010100111011110100111100001101111110111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A9DE; }

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

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

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

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

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

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

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

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