#BAABCB

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

Shades of Moon Raker #BAABCB

Tints of Moon Raker #BAABCB

Color information

#BAABCB (or 0xBAABCB) is unknown color: approx Moon Raker. HEX triplet: BA, AB and CB. RGB value is (186,171,203). Sum of RGB (Red+Green+Blue) = 186+171+203=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABCB is #455434. Grayscale: #B3B3B3. Windows color (decimal): -4543541 or 13347770. OLE color: 13347770.

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

Color convert

RGB186171203-
CMYK0.080.1600.20
HSL268.12º23.53%73.33%-
HSV(B)268.12º15.76%79.61%-
XYZ45.5943.8862.57-
YUV179.13141.47132.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=33.21%
G=30.54%
B=36.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861712030.080.1600.20268.1223.5373.33
HexBAABCB81001410c1849
Octal272253313102002441430111
Binary101110101010101111001011100010000010100100001100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABCB; }

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

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

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

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

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

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

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

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