Html Css Color HEX #BE9497 Careys Pink

📋 copy color: '#BE9497'

red 190 ◦ green 148 ◦ blue 151

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

Shades of Careys Pink #BE9497

Tints of Careys Pink #BE9497

RGB

 RED value IS 190 (74.61% from 255) = 38.85%

 GREEN value IS 148 (58.2% from 255) = 30.27%

 BLUE value IS 151 (59.38% from 255) = 30.88%

R = 38.85%
G = 30.27%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE9497 (or 0xBE9497) is known color: Careys Pink. HEX triplet: BE, 94 and 97. RGB value is (190,148,151). Sum of RGB (Red+Green+Blue) = 190+148+151=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9497 is #416B68. Grayscale: #A0A0A0. Windows color (decimal): -4287337 or 9934014. OLE color: 9934014.

HSL color Cylindrical-coordinate representation of color #BE9497: hue angle of 355.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BE9497 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 148 151 -
CMYK 0 0.22 0.21 0.25
HSL 355.71º 0.24% 0.66% -
HSV(B) 355.71º 0.22% 0.75% -
XYZ 37.41 34.36 33.94 -
YUV 160.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 190 148 151 0 0.22 0.21 0.25 355.71 0.24 0.66
Hex BE 94 97 0 16 15 19 164 18 42
Octal 276 224 227 0 26 25 31 544 30 102
Binary 10111110 10010100 10010111 0 10110 10101 11001 101100100 11000 1000010

Color Harmonies of #BE9497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9497

Black with #BE9497

Text Example


Text Example

White with #BE9497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9497; }

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

 H1.HeaderClassName
 {
   color: #BE9497;
 }
 .AnyTagClassName
 {
   color: #BE9497;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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