#BE9398

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

Shades of Careys Pink #BE9398

Tints of Careys Pink #BE9398

Color information

#BE9398 (or 0xBE9398) is unknown color: approx Careys Pink. HEX triplet: BE, 93 and 98. RGB value is (190,147,152). Sum of RGB (Red+Green+Blue) = 190+147+152=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9398 is #416C67. Grayscale: #A0A0A0. Windows color (decimal): -4287592 or 9999294. OLE color: 9999294.

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

Color convert

RGB190147152-
CMYK00.230.20.25
HSL353.02º24.86%66.08%-
HSV(B)353.02º22.63%74.51%-
XYZ37.3434.0834.32-
YUV160.43123.25149.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 152 (59.77% from 255) = 31.08%
R=38.85%
G=30.06%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014715200.230.20.25353.0224.8666.08
HexBE939801714191611942
Octal276223230027243154131102
Binary1011111010010011100110000101111010011001101100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9398; }

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

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

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

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

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

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

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

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