Html Css Color HEX #BEA3A6 Careys Pink

📋 copy color: '#BEA3A6'

red 190 ◦ green 163 ◦ blue 166

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

Shades of Careys Pink #BEA3A6

Tints of Careys Pink #BEA3A6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.41%

 BLUE value IS 166 (65.23% from 255) = 31.98%

R = 36.61%
G = 31.41%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BEA3A6 (or 0xBEA3A6) is known color: Careys Pink. HEX triplet: BE, A3 and A6. RGB value is (190,163,166). Sum of RGB (Red+Green+Blue) = 190+163+166=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3A6 is #415C59. Grayscale: #ABABAB. Windows color (decimal): -4283482 or 10920894. OLE color: 10920894.

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

Color convert

RGB 190 163 166 -
CMYK 0 0.14 0.13 0.25
HSL 353.33º 0.17% 0.69% -
HSV(B) 353.33º 0.14% 0.75% -
XYZ 41.22 39.89 41.6 -
YUV 171.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 190 163 166 0 0.14 0.13 0.25 353.33 0.17 0.69
Hex BE A3 A6 0 E D 19 161 11 45
Octal 276 243 246 0 16 15 31 541 21 105
Binary 10111110 10100011 10100110 0 1110 1101 11001 101100001 10001 1000101

Color Harmonies of #BEA3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA3A6

Black with #BEA3A6

Text Example


Text Example

White with #BEA3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA3A6; }

 p { color: rgb(190,163,166); }

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

background-color css

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

 a { background-color: rgb(190,163,166); }

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

border-color css

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

 span { border-color: rgb(190,163,166); }

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