Html Css Color HEX #BEABAF Careys Pink

📋 copy color: '#BEABAF'

red 190 ◦ green 171 ◦ blue 175

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

Shades of Careys Pink #BEABAF

Tints of Careys Pink #BEABAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.65%

R = 35.45%
G = 31.9%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BEABAF (or 0xBEABAF) is known color: Careys Pink. HEX triplet: BE, AB and AF. RGB value is (190,171,175). Sum of RGB (Red+Green+Blue) = 190+171+175=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABAF is #415450. Grayscale: #B1B1B1. Windows color (decimal): -4281425 or 11512766. OLE color: 11512766.

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

Color convert

RGB 190 171 175 -
CMYK 0 0.10 0.08 0.25
HSL 347.37º 0.13% 0.71% -
HSV(B) 347.37º 0.1% 0.75% -
XYZ 43.54 43.17 46.6 -
YUV 177.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 190 171 175 0 0.10 0.08 0.25 347.37 0.13 0.71
Hex BE AB AF 0 A 8 19 15B D 47
Octal 276 253 257 0 12 10 31 533 15 107
Binary 10111110 10101011 10101111 0 1010 1000 11001 101011011 1101 1000111

Color Harmonies of #BEABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABAF

Black with #BEABAF

Text Example


Text Example

White with #BEABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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