#B9ADDD

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

Shades of Moon Raker #B9ADDD

Tints of Moon Raker #B9ADDD

Color information

#B9ADDD (or 0xB9ADDD) is unknown color: approx Moon Raker. HEX triplet: B9, AD and DD. RGB value is (185,173,221). Sum of RGB (Red+Green+Blue) = 185+173+221=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADDD is #465222. Grayscale: #B5B5B5. Windows color (decimal): -4608547 or 14527929. OLE color: 14527929.

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

Color convert

RGB185173221-
CMYK0.160.2200.13
HSL255º41.38%77.25%-
HSV(B)255º21.72%86.67%-
XYZ4845.4274.64-
YUV182.06149.98130.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=31.95%
G=29.88%
B=38.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851732210.160.2200.1325541.3877.25
HexB9ADDD10160Dff294d
Octal271255335202601537751115
Binary101110011010110111011101100001011001101111111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADDD; }

 p { color: rgb(185,173,221); }

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

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

 a { background-color: rgb(185,173,221); }

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

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

 span { border-color: rgb(185,173,221); }

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