#BE9396

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

Shades of Careys Pink #BE9396

Tints of Careys Pink #BE9396

Color information

#BE9396 (or 0xBE9396) is unknown color: approx Careys Pink. HEX triplet: BE, 93 and 96. RGB value is (190,147,150). Sum of RGB (Red+Green+Blue) = 190+147+150=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9396 is #416C69. Grayscale: #A0A0A0. Windows color (decimal): -4287594 or 9868222. OLE color: 9868222.

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

Color convert

RGB190147150-
CMYK00.230.210.25
HSL355.81º24.86%66.08%-
HSV(B)355.81º22.63%74.51%-
XYZ37.1734.0233.46-
YUV160.2122.25149.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=39.01%
G=30.18%
B=30.80%

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
Decimal19014715000.230.210.25355.8124.8666.08
HexBE939601715191641942
Octal276223226027253154431102
Binary1011111010010011100101100101111010111001101100100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9396; }

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

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

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

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

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

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

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

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