#BE9397

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

Shades of Careys Pink #BE9397

Tints of Careys Pink #BE9397

Color information

#BE9397 (or 0xBE9397) is unknown color: approx Careys Pink. HEX triplet: BE, 93 and 97. RGB value is (190,147,151). Sum of RGB (Red+Green+Blue) = 190+147+151=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9397 is #416C68. Grayscale: #A0A0A0. Windows color (decimal): -4287593 or 9933758. OLE color: 9933758.

HSL color Cylindrical-coordinate representation of color #BE9397: hue angle of 354.42º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE9397 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB190147151-
CMYK00.230.210.25
HSL354.42º24.86%66.08%-
HSV(B)354.42º22.63%74.51%-
XYZ37.2534.0533.89-
YUV160.31122.75149.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=38.93%
G=30.12%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014715100.230.210.25354.4224.8666.08
HexBE939701715191621942
Octal276223227027253154231102
Binary1011111010010011100101110101111010111001101100010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9397; }

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

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

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

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

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

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

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

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