Html Css Color HEX #BEA0A6 Careys Pink

📋 copy color: '#BEA0A6'

red 190 ◦ green 160 ◦ blue 166

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

Shades of Careys Pink #BEA0A6

Tints of Careys Pink #BEA0A6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.01%

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

R = 36.82%
G = 31.01%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BEA0A6 (or 0xBEA0A6) is known color: Careys Pink. HEX triplet: BE, A0 and A6. RGB value is (190,160,166). Sum of RGB (Red+Green+Blue) = 190+160+166=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0A6 is #415F59. Grayscale: #A9A9A9. Windows color (decimal): -4284250 or 10920126. OLE color: 10920126.

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

Color convert

RGB 190 160 166 -
CMYK 0 0.16 0.13 0.25
HSL 348º 0.19% 0.69% -
HSV(B) 348º 0.16% 0.75% -
XYZ 40.69 38.84 41.43 -
YUV 169.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 190 160 166 0 0.16 0.13 0.25 348 0.19 0.69
Hex BE A0 A6 0 10 D 19 15C 13 45
Octal 276 240 246 0 20 15 31 534 23 105
Binary 10111110 10100000 10100110 0 10000 1101 11001 101011100 10011 1000101

Color Harmonies of #BEA0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0A6

Black with #BEA0A6

Text Example


Text Example

White with #BEA0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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