#BAB1CB

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

Shades of Moon Raker #BAB1CB

Tints of Moon Raker #BAB1CB

Color information

#BAB1CB (or 0xBAB1CB) is unknown color: approx Moon Raker. HEX triplet: BA, B1 and CB. RGB value is (186,177,203). Sum of RGB (Red+Green+Blue) = 186+177+203=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1CB is #454E34. Grayscale: #B6B6B6. Windows color (decimal): -4542005 or 13349306. OLE color: 13349306.

HSL color Cylindrical-coordinate representation of color #BAB1CB: hue angle of 260.77º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAB1CB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186177203-
CMYK0.080.1300.20
HSL260.77º20%74.51%-
HSV(B)260.77º12.81%79.61%-
XYZ46.7546.262.95-
YUV182.66139.48130.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 177 (69.53% from 255) = 31.27%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=32.86%
G=31.27%
B=35.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861772030.080.1300.20260.772074.51
HexBAB1CB8D014105144b
Octal272261313101502440524113
Binary10111010101100011100101110001101010100100000101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1CB; }

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

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

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

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

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

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

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

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