#BEACAF

Color #BEACAF Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #BEACAF

Tints of Careys Pink #BEACAF

Color information

#BEACAF (or 0xBEACAF) is unknown color: approx 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

RGB190172175-
CMYK00.090.080.25
HSL350º12.16%70.98%-
HSV(B)350º9.47%74.51%-
XYZ43.7343.5546.66-
YUV177.72126.46136.76-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017217500.090.080.2535012.1670.98
HexBEACAF0981915ec47
Octal276254257011103153614107
Binary1011111010101100101011110100110001100110101111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>