#B5ADC5

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

Shades of Moon Raker #B5ADC5

Tints of Moon Raker #B5ADC5

Color information

#B5ADC5 (or 0xB5ADC5) is unknown color: approx Moon Raker. HEX triplet: B5, AD and C5. RGB value is (181,173,197). Sum of RGB (Red+Green+Blue) = 181+173+197=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 197 - color contains mainly: blue. Hex color #B5ADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADC5 is #4A523A. Grayscale: #B2B2B2. Windows color (decimal): -4870715 or 12955061. OLE color: 12955061.

HSL color Cylindrical-coordinate representation of color #B5ADC5: hue angle of 260º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5ADC5 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB181173197-
CMYK0.080.1200.23
HSL260º17.14%72.55%-
HSV(B)260º12.18%77.25%-
XYZ44.0843.7458.94-
YUV178.13138.65130.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 197 (77.34% from 255) = 35.75%
R=32.85%
G=31.40%
B=35.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811731970.080.1200.2326017.1472.55
HexB5ADC58C0171041149
Octal265255305101402740421111
Binary10110101101011011100010110001100010111100000100100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADC5; }

 p { color: rgb(181,173,197); }

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

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

 a { background-color: rgb(181,173,197); }

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

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

 span { border-color: rgb(181,173,197); }

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