Html Css Color HEX #BE979D Careys Pink

📋 copy color: '#BE979D'

red 190 ◦ green 151 ◦ blue 157

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

Shades of Careys Pink #BE979D

Tints of Careys Pink #BE979D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.32%

 BLUE value IS 157 (61.72% from 255) = 31.53%

R = 38.15%
G = 30.32%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE979D (or 0xBE979D) is known color: Careys Pink. HEX triplet: BE, 97 and 9D. RGB value is (190,151,157). Sum of RGB (Red+Green+Blue) = 190+151+157=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE979D is #416862. Grayscale: #A3A3A3. Windows color (decimal): -4286563 or 10327998. OLE color: 10327998.

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

Color convert

RGB 190 151 157 -
CMYK 0 0.21 0.17 0.25
HSL 350.77º 0.23% 0.67% -
HSV(B) 350.77º 0.21% 0.75% -
XYZ 38.39 35.51 36.73 -
YUV 163.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 190 151 157 0 0.21 0.17 0.25 350.77 0.23 0.67
Hex BE 97 9D 0 15 11 19 15F 17 43
Octal 276 227 235 0 25 21 31 537 27 103
Binary 10111110 10010111 10011101 0 10101 10001 11001 101011111 10111 1000011

Color Harmonies of #BE979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE979D

Black with #BE979D

Text Example


Text Example

White with #BE979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE979D; }

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

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

background-color css

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

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

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

border-color css

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

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

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