#BBABAF

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

Shades of Careys Pink #BBABAF

Tints of Careys Pink #BBABAF

Color information

#BBABAF (or 0xBBABAF) is unknown color: approx Careys Pink. HEX triplet: BB, AB and AF. RGB value is (187,171,175). Sum of RGB (Red+Green+Blue) = 187+171+175=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABAF is #445450. Grayscale: #B0B0B0. Windows color (decimal): -4478033 or 11512763. OLE color: 11512763.

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

Color convert

RGB187171175-
CMYK00.090.060.27
HSL345º10.53%70.2%-
HSV(B)345º8.56%73.33%-
XYZ42.7942.7946.56-
YUV176.24127.3135.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=35.08%
G=32.08%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717117500.090.060.2734510.5370.2
HexBBABAF0961B159b46
Octal27325325701163353113106
Binary101110111010101110101111010011101101110101100110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABAF; }

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

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

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

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

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

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

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

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