#BBAFB0

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

Shades of Careys Pink #BBAFB0

Tints of Careys Pink #BBAFB0

Color information

#BBAFB0 (or 0xBBAFB0) is unknown color: approx Careys Pink. HEX triplet: BB, AF and B0. RGB value is (187,175,176). Sum of RGB (Red+Green+Blue) = 187+175+176=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFB0 is #44504F. Grayscale: #B2B2B2. Windows color (decimal): -4477008 or 11579323. OLE color: 11579323.

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

Color convert

RGB187175176-
CMYK00.060.060.27
HSL355º8.11%70.98%-
HSV(B)355º6.42%73.33%-
XYZ43.6644.3647.34-
YUV178.7126.48133.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=34.76%
G=32.53%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717517600.060.060.273558.1170.98
HexBBAFB00661B163847
Octal2732572600663354310107
Binary10111011101011111011000001101101101110110001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFB0; }

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

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

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

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

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

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

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

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