#B7ADC6

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

Shades of Moon Raker #B7ADC6

Tints of Moon Raker #B7ADC6

Color information

#B7ADC6 (or 0xB7ADC6) is unknown color: approx Moon Raker. HEX triplet: B7, AD and C6. RGB value is (183,173,198). Sum of RGB (Red+Green+Blue) = 183+173+198=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADC6 is #485239. Grayscale: #B2B2B2. Windows color (decimal): -4739642 or 13020599. OLE color: 13020599.

HSL color Cylindrical-coordinate representation of color #B7ADC6: hue angle of 264º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7ADC6 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB183173198-
CMYK0.080.1300.22
HSL264º17.99%72.75%-
HSV(B)264º12.63%77.65%-
XYZ44.6744.0359.57-
YUV178.84138.81130.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.03%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 198 (77.73% from 255) = 35.74%
R=33.03%
G=31.23%
B=35.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831731980.080.1300.2226417.9972.75
HexB7ADC68D0161081249
Octal267255306101502641022111
Binary10110111101011011100011010001101010110100001000100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADC6; }

 p { color: rgb(183,173,198); }

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

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

 a { background-color: rgb(183,173,198); }

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

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

 span { border-color: rgb(183,173,198); }

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