#BBAFB1

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

Shades of Careys Pink #BBAFB1

Tints of Careys Pink #BBAFB1

Color information

#BBAFB1 (or 0xBBAFB1) is unknown color: approx Careys Pink. HEX triplet: BB, AF and B1. RGB value is (187,175,177). Sum of RGB (Red+Green+Blue) = 187+175+177=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFB1 is #44504E. Grayscale: #B2B2B2. Windows color (decimal): -4477007 or 11644859. OLE color: 11644859.

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

Color convert

RGB187175177-
CMYK00.060.050.27
HSL350º8.11%70.98%-
HSV(B)350º6.42%73.33%-
XYZ43.7644.447.86-
YUV178.82126.98133.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=34.69%
G=32.47%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717517700.060.050.273508.1170.98
HexBBAFB10651B15e847
Octal2732572610653353610107
Binary10111011101011111011000101101011101110101111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFB1; }

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

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

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

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

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

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

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

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