Html Css Color HEX #BEACAE Careys Pink

📋 copy color: '#BEACAE'

red 190 ◦ green 172 ◦ blue 174

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

Shades of Careys Pink #BEACAE

Tints of Careys Pink #BEACAE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.09%

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

R = 35.45%
G = 32.09%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BEACAE (or 0xBEACAE) is known color: Careys Pink. HEX triplet: BE, AC and AE. RGB value is (190,172,174). Sum of RGB (Red+Green+Blue) = 190+172+174=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACAE is #415351. Grayscale: #B1B1B1. Windows color (decimal): -4281170 or 11447486. OLE color: 11447486.

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

Color convert

RGB 190 172 174 -
CMYK 0 0.09 0.08 0.25
HSL 353.33º 0.12% 0.71% -
HSV(B) 353.33º 0.09% 0.75% -
XYZ 43.63 43.51 46.14 -
YUV 177.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 190 172 174 0 0.09 0.08 0.25 353.33 0.12 0.71
Hex BE AC AE 0 9 8 19 161 C 47
Octal 276 254 256 0 11 10 31 541 14 107
Binary 10111110 10101100 10101110 0 1001 1000 11001 101100001 1100 1000111

Color Harmonies of #BEACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACAE

Black with #BEACAE

Text Example


Text Example

White with #BEACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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