#B9ADDC

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

Shades of Moon Raker #B9ADDC

Tints of Moon Raker #B9ADDC

Color information

#B9ADDC (or 0xB9ADDC) is unknown color: approx Moon Raker. HEX triplet: B9, AD and DC. RGB value is (185,173,220). Sum of RGB (Red+Green+Blue) = 185+173+220=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADDC is #465223. Grayscale: #B5B5B5. Windows color (decimal): -4608548 or 14462393. OLE color: 14462393.

HSL color Cylindrical-coordinate representation of color #B9ADDC: hue angle of 255.32º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9ADDC is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185173220-
CMYK0.160.2100.14
HSL255.32º40.17%77.06%-
HSV(B)255.32º21.36%86.27%-
XYZ47.8745.3773.94-
YUV181.95149.48130.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=32.01%
G=29.93%
B=38.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851732200.160.2100.14255.3240.1777.06
HexB9ADDC10150Eff284d
Octal271255334202501637750115
Binary101110011010110111011100100001010101110111111111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADDC; }

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

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

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

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

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

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

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

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