#BF979E

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

Shades of Careys Pink #BF979E

Tints of Careys Pink #BF979E

Color information

#BF979E (or 0xBF979E) is unknown color: approx Careys Pink. HEX triplet: BF, 97 and 9E. RGB value is (191,151,158). Sum of RGB (Red+Green+Blue) = 191+151+158=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF979E is #406861. Grayscale: #A3A3A3. Windows color (decimal): -4221026 or 10393535. OLE color: 10393535.

HSL color Cylindrical-coordinate representation of color #BF979E: hue angle of 349.5º 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 #BF979E is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB191151158-
CMYK00.210.170.25
HSL349.5º23.81%67.06%-
HSV(B)349.5º20.94%74.9%-
XYZ38.7235.6837.19-
YUV163.76124.75147.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=38.2%
G=30.2%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115115800.210.170.25349.523.8167.06
HexBF979E015111915e1843
Octal277227236025213153630103
Binary1011111110010111100111100101011000111001101011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF979E; }

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

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

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

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

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

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

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

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