#B3A9DC

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

Shades of Moon Raker #B3A9DC

Tints of Moon Raker #B3A9DC

Color information

#B3A9DC (or 0xB3A9DC) is unknown color: approx Moon Raker. HEX triplet: B3, A9 and DC. RGB value is (179,169,220). Sum of RGB (Red+Green+Blue) = 179+169+220=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A9DC is #4C5623. Grayscale: #B1B1B1. Windows color (decimal): -5002788 or 14461363. OLE color: 14461363.

HSL color Cylindrical-coordinate representation of color #B3A9DC: hue angle of 251.76º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3A9DC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179169220-
CMYK0.190.2300.14
HSL251.76º42.15%76.27%-
HSV(B)251.76º23.18%86.27%-
XYZ45.743.1373.63-
YUV177.8151.81128.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 169 (66.41% from 255) = 29.75%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=31.51%
G=29.75%
B=38.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791692200.190.2300.14251.7642.1576.27
HexB3A9DC13170Efc2a4c
Octal263251334232701637452114
Binary101100111010100111011100100111011101110111111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A9DC; }

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

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

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

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

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

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

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

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