#BB979D

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

Shades of Careys Pink #BB979D

Tints of Careys Pink #BB979D

Color information

#BB979D (or 0xBB979D) is unknown color: approx Careys Pink. HEX triplet: BB, 97 and 9D. RGB value is (187,151,157). Sum of RGB (Red+Green+Blue) = 187+151+157=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB979D is #446862. Grayscale: #A2A2A2. Windows color (decimal): -4483171 or 10327995. OLE color: 10327995.

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

Color convert

RGB187151157-
CMYK00.190.160.27
HSL350º20.93%66.27%-
HSV(B)350º19.25%73.33%-
XYZ37.6535.1336.7-
YUV162.45124.93145.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=37.78%
G=30.51%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715115700.190.160.2735020.9366.27
HexBB979D013101B15e1542
Octal273227235023203353625102
Binary1011101110010111100111010100111000011011101011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB979D; }

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

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

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

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

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

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

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

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