Html Css Color HEX #BEACAF Careys Pink

📋 copy color: '#BEACAF'

red 190 ◦ green 172 ◦ blue 175

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

Shades of Careys Pink #BEACAF

Tints of Careys Pink #BEACAF

RGB

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

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

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

R = 35.38%
G = 32.03%
B = 32.59%

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

#BEACAF (or 0xBEACAF) is known color: Careys Pink. HEX triplet: BE, AC and AF. RGB value is (190,172,175). Sum of RGB (Red+Green+Blue) = 190+172+175=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACAF is #415350. Grayscale: #B1B1B1. Windows color (decimal): -4281169 or 11513022. OLE color: 11513022.

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

Color convert

RGB 190 172 175 -
CMYK 0 0.09 0.08 0.25
HSL 350º 0.12% 0.71% -
HSV(B) 350º 0.09% 0.75% -
XYZ 43.73 43.55 46.66 -
YUV 177.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 190 172 175 0 0.09 0.08 0.25 350 0.12 0.71
Hex BE AC AF 0 9 8 19 15E C 47
Octal 276 254 257 0 11 10 31 536 14 107
Binary 10111110 10101100 10101111 0 1001 1000 11001 101011110 1100 1000111

Color Harmonies of #BEACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACAF

Black with #BEACAF

Text Example


Text Example

White with #BEACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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