#BE979E

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

Shades of Careys Pink #BE979E

Tints of Careys Pink #BE979E

Color information

#BE979E (or 0xBE979E) is unknown color: approx Careys Pink. HEX triplet: BE, 97 and 9E. RGB value is (190,151,158). Sum of RGB (Red+Green+Blue) = 190+151+158=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BE979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE979E is #416861. Grayscale: #A3A3A3. Windows color (decimal): -4286562 or 10393534. OLE color: 10393534.

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

Color convert

RGB190151158-
CMYK00.210.170.25
HSL349.23º23.08%66.86%-
HSV(B)349.23º20.53%74.51%-
XYZ38.4735.5537.18-
YUV163.46124.92146.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=38.08%
G=30.26%
B=31.66%

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
Decimal19015115800.210.170.25349.2323.0866.86
HexBE979E015111915d1743
Octal276227236025213153527103
Binary1011111010010111100111100101011000111001101011101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE979E; }

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

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

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

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

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

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

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

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