#BE9293

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

Shades of Careys Pink #BE9293

Tints of Careys Pink #BE9293

Color information

#BE9293 (or 0xBE9293) is unknown color: approx Careys Pink. HEX triplet: BE, 92 and 93. RGB value is (190,146,147). Sum of RGB (Red+Green+Blue) = 190+146+147=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9293 is #416D6C. Grayscale: #9F9F9F. Windows color (decimal): -4287853 or 9671358. OLE color: 9671358.

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

Color convert

RGB190146147-
CMYK00.230.230.25
HSL358.64º25.29%65.88%-
HSV(B)358.64º23.16%74.51%-
XYZ36.7833.6132.15-
YUV159.27121.08149.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=39.34%
G=30.23%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014614700.230.230.25358.6425.2965.88
HexBE929301717191671942
Octal276222223027273154731102
Binary1011111010010010100100110101111011111001101100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9293; }

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

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

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

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

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

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

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

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