Html Css Color HEX #BE959B Careys Pink

📋 copy color: '#BE959B'

red 190 ◦ green 149 ◦ blue 155

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

Shades of Careys Pink #BE959B

Tints of Careys Pink #BE959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.16%

 BLUE value IS 155 (60.94% from 255) = 31.38%

R = 38.46%
G = 30.16%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE959B (or 0xBE959B) is known color: Careys Pink. HEX triplet: BE, 95 and 9B. RGB value is (190,149,155). Sum of RGB (Red+Green+Blue) = 190+149+155=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE959B is #416A64. Grayscale: #A1A1A1. Windows color (decimal): -4287077 or 10196414. OLE color: 10196414.

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

Color convert

RGB 190 149 155 -
CMYK 0 0.22 0.18 0.25
HSL 351.22º 0.24% 0.66% -
HSV(B) 351.22º 0.22% 0.75% -
XYZ 37.9 34.81 35.73 -
YUV 161.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 190 149 155 0 0.22 0.18 0.25 351.22 0.24 0.66
Hex BE 95 9B 0 16 12 19 15F 18 42
Octal 276 225 233 0 26 22 31 537 30 102
Binary 10111110 10010101 10011011 0 10110 10010 11001 101011111 11000 1000010

Color Harmonies of #BE959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE959B

Black with #BE959B

Text Example


Text Example

White with #BE959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE959B; }

 p { color: rgb(190,149,155); }

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

background-color css

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

 a { background-color: rgb(190,149,155); }

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

border-color css

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

 span { border-color: rgb(190,149,155); }

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