Html Css Color HEX #BEA8AC Careys Pink

📋 copy color: '#BEA8AC'

red 190 ◦ green 168 ◦ blue 172

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

Shades of Careys Pink #BEA8AC

Tints of Careys Pink #BEA8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.7%

 BLUE value IS 172 (67.58% from 255) = 32.45%

R = 35.85%
G = 31.7%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BEA8AC (or 0xBEA8AC) is known color: Careys Pink. HEX triplet: BE, A8 and AC. RGB value is (190,168,172). Sum of RGB (Red+Green+Blue) = 190+168+172=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA8AC is #415753. Grayscale: #AFAFAF. Windows color (decimal): -4282196 or 11315390. OLE color: 11315390.

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

Color convert

RGB 190 168 172 -
CMYK 0 0.12 0.09 0.25
HSL 349.09º 0.14% 0.7% -
HSV(B) 349.09º 0.12% 0.75% -
XYZ 42.68 41.93 44.87 -
YUV 175.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 190 168 172 0 0.12 0.09 0.25 349.09 0.14 0.7
Hex BE A8 AC 0 C 9 19 15D E 46
Octal 276 250 254 0 14 11 31 535 16 106
Binary 10111110 10101000 10101100 0 1100 1001 11001 101011101 1110 1000110

Color Harmonies of #BEA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8AC

Black with #BEA8AC

Text Example


Text Example

White with #BEA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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