Html Css Color HEX #BE9294 Careys Pink

📋 copy color: '#BE9294'

red 190 ◦ green 146 ◦ blue 148

#BE9294
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #BE9294

Tints of Careys Pink #BE9294

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.2% from 255) = 30.58%

R = 39.26%
G = 30.17%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE9294 (or 0xBE9294) is known color: 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

RGB 190 146 148 -
CMYK 0 0.23 0.22 0.25
HSL 357.27º 0.25% 0.66% -
HSV(B) 357.27º 0.23% 0.75% -
XYZ 36.86 33.64 32.57 -
YUV 159.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 190 146 148 0 0.23 0.22 0.25 357.27 0.25 0.66
Hex BE 92 94 0 17 16 19 165 19 42
Octal 276 222 224 0 27 26 31 545 31 102
Binary 10111110 10010010 10010100 0 10111 10110 11001 101100101 11001 1000010

Color Harmonies of #BE9294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9294

Black with #BE9294

Text Example


Text Example

White with #BE9294

Text Example


Text Example

HTML Codes & Css Web 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>