Html Css Color HEX #BEABAC Careys Pink

📋 copy color: '#BEABAC'

red 190 ◦ green 171 ◦ blue 172

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

Shades of Careys Pink #BEABAC

Tints of Careys Pink #BEABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.08%

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

R = 35.65%
G = 32.08%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BEABAC (or 0xBEABAC) is known color: Careys Pink. HEX triplet: BE, AB and AC. RGB value is (190,171,172). Sum of RGB (Red+Green+Blue) = 190+171+172=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABAC is #415453. Grayscale: #B0B0B0. Windows color (decimal): -4281428 or 11316158. OLE color: 11316158.

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

Color convert

RGB 190 171 172 -
CMYK 0 0.10 0.09 0.25
HSL 356.84º 0.13% 0.71% -
HSV(B) 356.84º 0.1% 0.75% -
XYZ 43.24 43.05 45.06 -
YUV 176.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 190 171 172 0 0.10 0.09 0.25 356.84 0.13 0.71
Hex BE AB AC 0 A 9 19 165 D 47
Octal 276 253 254 0 12 11 31 545 15 107
Binary 10111110 10101011 10101100 0 1010 1001 11001 101100101 1101 1000111

Color Harmonies of #BEABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABAC

Black with #BEABAC

Text Example


Text Example

White with #BEABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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