#BF979B

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

Shades of Careys Pink #BF979B

Tints of Careys Pink #BF979B

Color information

#BF979B (or 0xBF979B) is unknown color: approx Careys Pink. HEX triplet: BF, 97 and 9B. RGB value is (191,151,155). Sum of RGB (Red+Green+Blue) = 191+151+155=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF979B is #406864. Grayscale: #A3A3A3. Windows color (decimal): -4221029 or 10196927. OLE color: 10196927.

HSL color Cylindrical-coordinate representation of color #BF979B: hue angle of 354º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF979B is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB191151155-
CMYK00.210.190.25
HSL354º23.81%67.06%-
HSV(B)354º20.94%74.9%-
XYZ38.4735.5835.85-
YUV163.42123.25147.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=38.43%
G=30.38%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115115500.210.190.2535423.8167.06
HexBF979B01513191621843
Octal277227233025233154230103
Binary1011111110010111100110110101011001111001101100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF979B; }

 p { color: rgb(191,151,155); }

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

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

 a { background-color: rgb(191,151,155); }

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

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

 span { border-color: rgb(191,151,155); }

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