#B7ABCD

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

Shades of Moon Raker #B7ABCD

Tints of Moon Raker #B7ABCD

Color information

#B7ABCD (or 0xB7ABCD) is unknown color: approx Moon Raker. HEX triplet: B7, AB and CD. RGB value is (183,171,205). Sum of RGB (Red+Green+Blue) = 183+171+205=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ABCD is #485432. Grayscale: #B2B2B2. Windows color (decimal): -4740147 or 13478839. OLE color: 13478839.

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

Color convert

RGB183171205-
CMYK0.110.1700.20
HSL261.18º25.37%73.73%-
HSV(B)261.18º16.59%80.39%-
XYZ45.1143.663.8-
YUV178.46142.98131.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.74%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=32.74%
G=30.59%
B=36.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831712050.110.1700.20261.1825.3773.73
HexB7ABCDB11014105194a
Octal267253315132102440531112
Binary101101111010101111001101101110001010100100000101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABCD; }

 p { color: rgb(183,171,205); }

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

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

 a { background-color: rgb(183,171,205); }

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

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

 span { border-color: rgb(183,171,205); }

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