#BE979B

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

Shades of Careys Pink #BE979B

Tints of Careys Pink #BE979B

Color information

#BE979B (or 0xBE979B) is unknown color: approx Careys Pink. HEX triplet: BE, 97 and 9B. RGB value is (190,151,155). Sum of RGB (Red+Green+Blue) = 190+151+155=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE979B is #416864. Grayscale: #A3A3A3. Windows color (decimal): -4286565 or 10196926. OLE color: 10196926.

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

Color convert

RGB190151155-
CMYK00.210.180.25
HSL353.85º23.08%66.86%-
HSV(B)353.85º20.53%74.51%-
XYZ38.2235.4535.84-
YUV163.12123.42147.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 155 (60.94% from 255) = 31.25%
R=38.31%
G=30.44%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015115500.210.180.25353.8523.0866.86
HexBE979B01512191621743
Octal276227233025223154227103
Binary1011111010010111100110110101011001011001101100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE979B; }

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

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

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

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

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

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

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

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