#BE9798

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

Shades of Careys Pink #BE9798

Tints of Careys Pink #BE9798

Color information

#BE9798 (or 0xBE9798) is unknown color: approx Careys Pink. HEX triplet: BE, 97 and 98. RGB value is (190,151,152). Sum of RGB (Red+Green+Blue) = 190+151+152=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9798 is #416867. Grayscale: #A2A2A2. Windows color (decimal): -4286568 or 10000318. OLE color: 10000318.

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

Color convert

RGB190151152-
CMYK00.210.20.25
HSL358.46º23.08%66.86%-
HSV(B)358.46º20.53%74.51%-
XYZ37.9735.3534.53-
YUV162.78121.92147.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=38.54%
G=30.63%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015115200.210.20.25358.4623.0866.86
HexBE979801514191661743
Octal276227230025243154627103
Binary1011111010010111100110000101011010011001101100110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9798; }

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

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

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

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

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

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

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

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