#BBAAAB

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

Shades of Careys Pink #BBAAAB

Tints of Careys Pink #BBAAAB

Color information

#BBAAAB (or 0xBBAAAB) is unknown color: approx Careys Pink. HEX triplet: BB, AA and AB. RGB value is (187,170,171). Sum of RGB (Red+Green+Blue) = 187+170+171=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAAB is #445554. Grayscale: #AFAFAF. Windows color (decimal): -4478293 or 11250363. OLE color: 11250363.

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

Color convert

RGB187170171-
CMYK00.090.090.27
HSL356.47º11.11%70%-
HSV(B)356.47º9.09%73.33%-
XYZ42.2242.2544.46-
YUV175.2125.63136.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=35.42%
G=32.20%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717017100.090.090.27356.4711.1170
HexBBAAAB0991B164b46
Octal273252253011113354413106
Binary1011101110101010101010110100110011101110110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAAB; }

 p { color: rgb(187,170,171); }

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

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

 a { background-color: rgb(187,170,171); }

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

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

 span { border-color: rgb(187,170,171); }

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