#BE9799

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

Shades of Careys Pink #BE9799

Tints of Careys Pink #BE9799

Color information

#BE9799 (or 0xBE9799) is unknown color: approx Careys Pink. HEX triplet: BE, 97 and 99. RGB value is (190,151,153). Sum of RGB (Red+Green+Blue) = 190+151+153=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9799 is #416866. Grayscale: #A2A2A2. Windows color (decimal): -4286567 or 10065854. OLE color: 10065854.

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

Color convert

RGB190151153-
CMYK00.210.190.25
HSL356.92º23.08%66.86%-
HSV(B)356.92º20.53%74.51%-
XYZ38.0535.3834.96-
YUV162.89122.42147.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 153 (60.16% from 255) = 30.97%
R=38.46%
G=30.57%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015115300.210.190.25356.9223.0866.86
HexBE979901513191651743
Octal276227231025233154527103
Binary1011111010010111100110010101011001111001101100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9799; }

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

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

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

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

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

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

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

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