#BAABCA

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

Shades of Moon Raker #BAABCA

Tints of Moon Raker #BAABCA

Color information

#BAABCA (or 0xBAABCA) is unknown color: approx Moon Raker. HEX triplet: BA, AB and CA. RGB value is (186,171,202). Sum of RGB (Red+Green+Blue) = 186+171+202=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABCA is #455435. Grayscale: #B2B2B2. Windows color (decimal): -4543542 or 13282234. OLE color: 13282234.

HSL color Cylindrical-coordinate representation of color #BAABCA: hue angle of 269.03º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAABCA is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186171202-
CMYK0.080.1500.21
HSL269.03º22.63%73.14%-
HSV(B)269.03º15.35%79.22%-
XYZ45.4743.8361.94-
YUV179.02140.97132.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=33.27%
G=30.59%
B=36.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861712020.080.1500.21269.0322.6373.14
HexBAABCA8F01510d1749
Octal272253312101702541527111
Binary10111010101010111100101010001111010101100001101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABCA; }

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

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

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

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

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

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

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

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