#BE9294

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

Shades of Careys Pink #BE9294

Tints of Careys Pink #BE9294

Color information

#BE9294 (or 0xBE9294) is unknown color: approx Careys Pink. HEX triplet: BE, 92 and 94. RGB value is (190,146,148). Sum of RGB (Red+Green+Blue) = 190+146+148=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9294 is #416D6B. Grayscale: #9F9F9F. Windows color (decimal): -4287852 or 9736894. OLE color: 9736894.

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

Color convert

RGB190146148-
CMYK00.230.220.25
HSL357.27º25.29%65.88%-
HSV(B)357.27º23.16%74.51%-
XYZ36.8633.6432.57-
YUV159.38121.58149.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=39.26%
G=30.17%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014614800.230.220.25357.2725.2965.88
HexBE929401716191651942
Octal276222224027263154531102
Binary1011111010010010100101000101111011011001101100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9294; }

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

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

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

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

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

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

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

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