Html Css Color HEX #BEA1A8 Careys Pink

📋 copy color: '#BEA1A8'

red 190 ◦ green 161 ◦ blue 168

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

Shades of Careys Pink #BEA1A8

Tints of Careys Pink #BEA1A8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.02%

 BLUE value IS 168 (66.02% from 255) = 32.37%

R = 36.61%
G = 31.02%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BEA1A8 (or 0xBEA1A8) is known color: Careys Pink. HEX triplet: BE, A1 and A8. RGB value is (190,161,168). Sum of RGB (Red+Green+Blue) = 190+161+168=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA1A8 is #415E57. Grayscale: #AAAAAA. Windows color (decimal): -4283992 or 11051454. OLE color: 11051454.

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

Color convert

RGB 190 161 168 -
CMYK 0 0.15 0.12 0.25
HSL 345.52º 0.18% 0.69% -
HSV(B) 345.52º 0.15% 0.75% -
XYZ 41.05 39.26 42.46 -
YUV 170.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 190 161 168 0 0.15 0.12 0.25 345.52 0.18 0.69
Hex BE A1 A8 0 F C 19 15A 12 45
Octal 276 241 250 0 17 14 31 532 22 105
Binary 10111110 10100001 10101000 0 1111 1100 11001 101011010 10010 1000101

Color Harmonies of #BEA1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA1A8

Black with #BEA1A8

Text Example


Text Example

White with #BEA1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA1A8; }

 p { color: rgb(190,161,168); }

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

background-color css

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

 a { background-color: rgb(190,161,168); }

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

border-color css

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

 span { border-color: rgb(190,161,168); }

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