#BAB1CA

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

Shades of Moon Raker #BAB1CA

Tints of Moon Raker #BAB1CA

Color information

#BAB1CA (or 0xBAB1CA) is unknown color: approx Moon Raker. HEX triplet: BA, B1 and CA. RGB value is (186,177,202). Sum of RGB (Red+Green+Blue) = 186+177+202=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1CA is #454E35. Grayscale: #B6B6B6. Windows color (decimal): -4542006 or 13283770. OLE color: 13283770.

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

Color convert

RGB186177202-
CMYK0.080.1200.21
HSL261.6º19.08%74.31%-
HSV(B)261.6º12.38%79.22%-
XYZ46.6346.1562.33-
YUV182.54138.98130.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=32.92%
G=31.33%
B=35.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861772020.080.1200.21261.619.0874.31
HexBAB1CA8C015106134a
Octal272261312101402540623112
Binary10111010101100011100101010001100010101100000110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1CA; }

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

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

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

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

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

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

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

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