Html Css Color HEX #BE979A Careys Pink

📋 copy color: '#BE979A'

red 190 ◦ green 151 ◦ blue 154

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

Shades of Careys Pink #BE979A

Tints of Careys Pink #BE979A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.11%

R = 38.38%
G = 30.51%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE979A (or 0xBE979A) is known color: Careys Pink. HEX triplet: BE, 97 and 9A. RGB value is (190,151,154). Sum of RGB (Red+Green+Blue) = 190+151+154=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE979A is #416865. Grayscale: #A3A3A3. Windows color (decimal): -4286566 or 10131390. OLE color: 10131390.

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

Color convert

RGB 190 151 154 -
CMYK 0 0.21 0.19 0.25
HSL 355.38º 0.23% 0.67% -
HSV(B) 355.38º 0.21% 0.75% -
XYZ 38.13 35.41 35.4 -
YUV 163 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 190 151 154 0 0.21 0.19 0.25 355.38 0.23 0.67
Hex BE 97 9A 0 15 13 19 163 17 43
Octal 276 227 232 0 25 23 31 543 27 103
Binary 10111110 10010111 10011010 0 10101 10011 11001 101100011 10111 1000011

Color Harmonies of #BE979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE979A

Black with #BE979A

Text Example


Text Example

White with #BE979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE979A; }

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

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

background-color css

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

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

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

border-color css

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

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

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