#BBABAC

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

Shades of Careys Pink #BBABAC

Tints of Careys Pink #BBABAC

Color information

#BBABAC (or 0xBBABAC) is unknown color: approx Careys Pink. HEX triplet: BB, AB and AC. RGB value is (187,171,172). Sum of RGB (Red+Green+Blue) = 187+171+172=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABAC is #445453. Grayscale: #AFAFAF. Windows color (decimal): -4478036 or 11316155. OLE color: 11316155.

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

Color convert

RGB187171172-
CMYK00.090.080.27
HSL356.25º10.53%70.2%-
HSV(B)356.25º8.56%73.33%-
XYZ42.542.6745.03-
YUV175.9125.8135.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=35.28%
G=32.26%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717117200.090.080.27356.2510.5370.2
HexBBABAC0981B164b46
Octal273253254011103354413106
Binary1011101110101011101011000100110001101110110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABAC; }

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

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

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

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

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

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

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

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