#BE979C

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

Shades of Careys Pink #BE979C

Tints of Careys Pink #BE979C

Color information

#BE979C (or 0xBE979C) is unknown color: approx Careys Pink. HEX triplet: BE, 97 and 9C. RGB value is (190,151,156). Sum of RGB (Red+Green+Blue) = 190+151+156=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BE979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE979C is #416863. Grayscale: #A3A3A3. Windows color (decimal): -4286564 or 10262462. OLE color: 10262462.

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

Color convert

RGB190151156-
CMYK00.210.180.25
HSL352.31º23.08%66.86%-
HSV(B)352.31º20.53%74.51%-
XYZ38.335.4836.28-
YUV163.23123.92147.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=38.23%
G=30.38%
B=31.39%

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
Decimal19015115600.210.180.25352.3123.0866.86
HexBE979C01512191601743
Octal276227234025223154027103
Binary1011111010010111100111000101011001011001101100000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE979C; }

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

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

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

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

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

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

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

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