#BBABAE

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

Shades of Careys Pink #BBABAE

Tints of Careys Pink #BBABAE

Color information

#BBABAE (or 0xBBABAE) is unknown color: approx Careys Pink. HEX triplet: BB, AB and AE. RGB value is (187,171,174). Sum of RGB (Red+Green+Blue) = 187+171+174=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABAE is #445451. Grayscale: #B0B0B0. Windows color (decimal): -4478034 or 11447227. OLE color: 11447227.

HSL color Cylindrical-coordinate representation of color #BBABAE: hue angle of 348.75º 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 #BBABAE is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187171174-
CMYK00.090.070.27
HSL348.75º10.53%70.2%-
HSV(B)348.75º8.56%73.33%-
XYZ42.742.7546.04-
YUV176.13126.8135.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=35.15%
G=32.14%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717117400.090.070.27348.7510.5370.2
HexBBABAE0971B15db46
Octal27325325601173353513106
Binary101110111010101110101110010011111101110101110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABAE; }

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

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

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

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

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

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

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

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