#BAAEB1

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

Shades of Careys Pink #BAAEB1

Tints of Careys Pink #BAAEB1

Color information

#BAAEB1 (or 0xBAAEB1) is unknown color: approx Careys Pink. HEX triplet: BA, AE and B1. RGB value is (186,174,177). Sum of RGB (Red+Green+Blue) = 186+174+177=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEB1 is #45514E. Grayscale: #B1B1B1. Windows color (decimal): -4542799 or 11644602. OLE color: 11644602.

HSL color Cylindrical-coordinate representation of color #BAAEB1: hue angle of 345º degrees, saturation: 0.08, 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 #BAAEB1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB186174177-
CMYK00.060.050.27
HSL345º8%70.59%-
HSV(B)345º6.45%72.94%-
XYZ43.3243.8947.78-
YUV177.93127.48133.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 177 (69.53% from 255) = 32.96%
R=34.64%
G=32.40%
B=32.96%

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
Decimal18617417700.060.050.27345870.59
HexBAAEB10651B159847
Octal2722562610653353110107
Binary10111010101011101011000101101011101110101100110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEB1; }

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

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

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

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

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

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

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

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