#BB979A

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

Shades of Careys Pink #BB979A

Tints of Careys Pink #BB979A

Color information

#BB979A (or 0xBB979A) is unknown color: approx Careys Pink. HEX triplet: BB, 97 and 9A. RGB value is (187,151,154). Sum of RGB (Red+Green+Blue) = 187+151+154=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB979A is #446865. Grayscale: #A2A2A2. Windows color (decimal): -4483174 or 10131387. OLE color: 10131387.

HSL color Cylindrical-coordinate representation of color #BB979A: hue angle of 355º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB979A is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187151154-
CMYK00.190.180.27
HSL355º20.93%66.27%-
HSV(B)355º19.25%73.33%-
XYZ37.3935.0335.36-
YUV162.11123.43145.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=38.01%
G=30.69%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715115400.190.180.2735520.9366.27
HexBB979A013121B1631542
Octal273227232023223354325102
Binary1011101110010111100110100100111001011011101100011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB979A; }

 p { color: rgb(187,151,154); }

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

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

 a { background-color: rgb(187,151,154); }

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

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

 span { border-color: rgb(187,151,154); }

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