#B4ABCD

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

Shades of Moon Raker #B4ABCD

Tints of Moon Raker #B4ABCD

Color information

#B4ABCD (or 0xB4ABCD) is unknown color: approx Moon Raker. HEX triplet: B4, AB and CD. RGB value is (180,171,205). Sum of RGB (Red+Green+Blue) = 180+171+205=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABCD is #4B5432. Grayscale: #B1B1B1. Windows color (decimal): -4936755 or 13478836. OLE color: 13478836.

HSL color Cylindrical-coordinate representation of color #B4ABCD: hue angle of 255.88º 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 #B4ABCD is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180171205-
CMYK0.120.1700.20
HSL255.88º25.37%73.73%-
HSV(B)255.88º16.59%80.39%-
XYZ44.443.2463.76-
YUV177.57143.48129.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=32.37%
G=30.76%
B=36.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801712050.120.1700.20255.8825.3773.73
HexB4ABCDC11014100194a
Octal264253315142102440031112
Binary101101001010101111001101110010001010100100000000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABCD; }

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

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

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

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

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

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

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

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