#BAAFB0

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

Shades of Careys Pink #BAAFB0

Tints of Careys Pink #BAAFB0

Color information

#BAAFB0 (or 0xBAAFB0) is unknown color: approx Careys Pink. HEX triplet: BA, AF and B0. RGB value is (186,175,176). Sum of RGB (Red+Green+Blue) = 186+175+176=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAFB0 is #45504F. Grayscale: #B2B2B2. Windows color (decimal): -4542544 or 11579322. OLE color: 11579322.

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

Color convert

RGB186175176-
CMYK00.060.050.27
HSL354.55º7.38%70.78%-
HSV(B)354.55º5.91%72.94%-
XYZ43.4244.2347.32-
YUV178.4126.64133.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 176 (69.14% from 255) = 32.77%
R=34.64%
G=32.59%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617517600.060.050.27354.557.3870.78
HexBAAFB00651B163747
Octal272257260065335437107
Binary1011101010101111101100000110101110111011000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFB0; }

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

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

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

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

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

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

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

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