#B9979C

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

Shades of Careys Pink #B9979C

Tints of Careys Pink #B9979C

Color information

#B9979C (or 0xB9979C) is unknown color: approx Careys Pink. HEX triplet: B9, 97 and 9C. RGB value is (185,151,156). Sum of RGB (Red+Green+Blue) = 185+151+156=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B9979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9979C is #466863. Grayscale: #A1A1A1. Windows color (decimal): -4614244 or 10262457. OLE color: 10262457.

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

Color convert

RGB185151156-
CMYK00.180.160.27
HSL351.18º19.54%65.88%-
HSV(B)351.18º18.38%72.55%-
XYZ37.0734.8536.22-
YUV161.74124.76144.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=37.60%
G=30.69%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515115600.180.160.27351.1819.5465.88
HexB9979C012101B15f1442
Octal271227234022203353724102
Binary1011100110010111100111000100101000011011101011111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9979C; }

 p { color: rgb(185,151,156); }

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

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

 a { background-color: rgb(185,151,156); }

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

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

 span { border-color: rgb(185,151,156); }

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