#B5ABCB

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

Shades of Moon Raker #B5ABCB

Tints of Moon Raker #B5ABCB

Color information

#B5ABCB (or 0xB5ABCB) is unknown color: approx Moon Raker. HEX triplet: B5, AB and CB. RGB value is (181,171,203). Sum of RGB (Red+Green+Blue) = 181+171+203=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABCB is #4A5434. Grayscale: #B1B1B1. Windows color (decimal): -4871221 or 13347765. OLE color: 13347765.

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

Color convert

RGB181171203-
CMYK0.110.1600.20
HSL258.75º23.53%73.33%-
HSV(B)258.75º15.76%79.61%-
XYZ44.443.2662.51-
YUV177.64142.31130.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=32.61%
G=30.81%
B=36.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811712030.110.1600.20258.7523.5373.33
HexB5ABCBB100141031849
Octal265253313132002440330111
Binary101101011010101111001011101110000010100100000011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABCB; }

 p { color: rgb(181,171,203); }

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

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

 a { background-color: rgb(181,171,203); }

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

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

 span { border-color: rgb(181,171,203); }

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