#B9ADCD

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

Shades of Moon Raker #B9ADCD

Tints of Moon Raker #B9ADCD

Color information

#B9ADCD (or 0xB9ADCD) is unknown color: approx Moon Raker. HEX triplet: B9, AD and CD. RGB value is (185,173,205). Sum of RGB (Red+Green+Blue) = 185+173+205=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADCD is #465232. Grayscale: #B4B4B4. Windows color (decimal): -4608563 or 13479353. OLE color: 13479353.

HSL color Cylindrical-coordinate representation of color #B9ADCD: hue angle of 262.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9ADCD is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185173205-
CMYK0.100.1600.20
HSL262.5º24.24%74.12%-
HSV(B)262.5º15.61%80.39%-
XYZ45.9744.6163.95-
YUV180.24141.98131.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=32.86%
G=30.73%
B=36.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851732050.100.1600.20262.524.2474.12
HexB9ADCDA10014106184a
Octal271255315122002440630112
Binary101110011010110111001101101010000010100100000110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADCD; }

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

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

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

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

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

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

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

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