Html Css Color HEX #BEA6AB Careys Pink

📋 copy color: '#BEA6AB'

red 190 ◦ green 166 ◦ blue 171

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

Shades of Careys Pink #BEA6AB

Tints of Careys Pink #BEA6AB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.5%

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

R = 36.05%
G = 31.5%
B = 32.45%

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

#BEA6AB (or 0xBEA6AB) is known color: Careys Pink. HEX triplet: BE, A6 and AB. RGB value is (190,166,171). Sum of RGB (Red+Green+Blue) = 190+166+171=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA6AB is #415954. Grayscale: #ADADAD. Windows color (decimal): -4282709 or 11249342. OLE color: 11249342.

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

Color convert

RGB 190 166 171 -
CMYK 0 0.13 0.10 0.25
HSL 347.5º 0.16% 0.7% -
HSV(B) 347.5º 0.13% 0.75% -
XYZ 42.22 41.16 44.25 -
YUV 173.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 190 166 171 0 0.13 0.10 0.25 347.5 0.16 0.7
Hex BE A6 AB 0 D A 19 15C 10 46
Octal 276 246 253 0 15 12 31 534 20 106
Binary 10111110 10100110 10101011 0 1101 1010 11001 101011100 10000 1000110

Color Harmonies of #BEA6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6AB

Black with #BEA6AB

Text Example


Text Example

White with #BEA6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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