#B3A8DD

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

Shades of Moon Raker #B3A8DD

Tints of Moon Raker #B3A8DD

Color information

#B3A8DD (or 0xB3A8DD) is unknown color: approx Moon Raker. HEX triplet: B3, A8 and DD. RGB value is (179,168,221). Sum of RGB (Red+Green+Blue) = 179+168+221=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A8DD is #4C5722. Grayscale: #B1B1B1. Windows color (decimal): -5003043 or 14526643. OLE color: 14526643.

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

Color convert

RGB179168221-
CMYK0.190.2400.13
HSL252.45º43.8%76.27%-
HSV(B)252.45º23.98%86.67%-
XYZ45.6442.8174.26-
YUV177.33152.64129.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 168 (66.02% from 255) = 29.58%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=31.51%
G=29.58%
B=38.91%

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
Decimal1791682210.190.2400.13252.4543.876.27
HexB3A8DD13180Dfc2c4c
Octal263250335233001537454114
Binary101100111010100011011101100111100001101111111001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A8DD; }

 p { color: rgb(179,168,221); }

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

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

 a { background-color: rgb(179,168,221); }

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

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

 span { border-color: rgb(179,168,221); }

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