#BE979D

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

Shades of Careys Pink #BE979D

Tints of Careys Pink #BE979D

Color information

#BE979D (or 0xBE979D) is unknown color: approx Careys Pink. HEX triplet: BE, 97 and 9D. RGB value is (190,151,157). Sum of RGB (Red+Green+Blue) = 190+151+157=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE979D is #416862. Grayscale: #A3A3A3. Windows color (decimal): -4286563 or 10327998. OLE color: 10327998.

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

Color convert

RGB190151157-
CMYK00.210.170.25
HSL350.77º23.08%66.86%-
HSV(B)350.77º20.53%74.51%-
XYZ38.3935.5136.73-
YUV163.34124.42147.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=38.15%
G=30.32%
B=31.53%

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
Decimal19015115700.210.170.25350.7723.0866.86
HexBE979D015111915f1743
Octal276227235025213153727103
Binary1011111010010111100111010101011000111001101011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE979D; }

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

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

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

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

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

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

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

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