#BAABAF

Color #BAABAF Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #BAABAF

Tints of Careys Pink #BAABAF

Color information

#BAABAF (or 0xBAABAF) is unknown color: approx Careys Pink. HEX triplet: BA, AB and AF. RGB value is (186,171,175). Sum of RGB (Red+Green+Blue) = 186+171+175=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABAF is #455450. Grayscale: #AFAFAF. Windows color (decimal): -4543569 or 11512762. OLE color: 11512762.

HSL color Cylindrical-coordinate representation of color #BAABAF: hue angle of 344º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAABAF is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186171175-
CMYK00.080.060.27
HSL344º9.8%70%-
HSV(B)344º8.06%72.94%-
XYZ42.5542.6646.55-
YUV175.94127.47135.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=34.96%
G=32.14%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617117500.080.060.273449.870
HexBAABAF0861B158a46
Octal27225325701063353012106
Binary101110101010101110101111010001101101110101100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABAF; }

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

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

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

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

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

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

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

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