Html Css Color HEX #BEA5AB Careys Pink

📋 copy color: '#BEA5AB'

red 190 ◦ green 165 ◦ blue 171

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

Shades of Careys Pink #BEA5AB

Tints of Careys Pink #BEA5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.37%

 BLUE value IS 171 (67.19% from 255) = 32.51%

R = 36.12%
G = 31.37%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BEA5AB (or 0xBEA5AB) is known color: Careys Pink. HEX triplet: BE, A5 and AB. RGB value is (190,165,171). Sum of RGB (Red+Green+Blue) = 190+165+171=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA5AB is #415A54. Grayscale: #ADADAD. Windows color (decimal): -4282965 or 11249086. OLE color: 11249086.

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

Color convert

RGB 190 165 171 -
CMYK 0 0.13 0.10 0.25
HSL 345.6º 0.16% 0.7% -
HSV(B) 345.6º 0.13% 0.75% -
XYZ 42.04 40.8 44.19 -
YUV 173.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 190 165 171 0 0.13 0.10 0.25 345.6 0.16 0.7
Hex BE A5 AB 0 D A 19 15A 10 46
Octal 276 245 253 0 15 12 31 532 20 106
Binary 10111110 10100101 10101011 0 1101 1010 11001 101011010 10000 1000110

Color Harmonies of #BEA5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5AB

Black with #BEA5AB

Text Example


Text Example

White with #BEA5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5AB; }

 p { color: rgb(190,165,171); }

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

background-color css

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

 a { background-color: rgb(190,165,171); }

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

border-color css

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

 span { border-color: rgb(190,165,171); }

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