Html Css Color HEX #BEABAE Careys Pink

📋 copy color: '#BEABAE'

red 190 ◦ green 171 ◦ blue 174

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

Shades of Careys Pink #BEABAE

Tints of Careys Pink #BEABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.52%

R = 35.51%
G = 31.96%
B = 32.52%

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

#BEABAE (or 0xBEABAE) is known color: Careys Pink. HEX triplet: BE, AB and AE. RGB value is (190,171,174). Sum of RGB (Red+Green+Blue) = 190+171+174=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABAE is #415451. Grayscale: #B1B1B1. Windows color (decimal): -4281426 or 11447230. OLE color: 11447230.

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

Color convert

RGB 190 171 174 -
CMYK 0 0.10 0.08 0.25
HSL 350.53º 0.13% 0.71% -
HSV(B) 350.53º 0.1% 0.75% -
XYZ 43.44 43.13 46.08 -
YUV 177.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 190 171 174 0 0.10 0.08 0.25 350.53 0.13 0.71
Hex BE AB AE 0 A 8 19 15F D 47
Octal 276 253 256 0 12 10 31 537 15 107
Binary 10111110 10101011 10101110 0 1010 1000 11001 101011111 1101 1000111

Color Harmonies of #BEABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABAE

Black with #BEABAE

Text Example


Text Example

White with #BEABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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