#BEACAD

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

Shades of Careys Pink #BEACAD

Tints of Careys Pink #BEACAD

Color information

#BEACAD (or 0xBEACAD) is unknown color: approx Careys Pink. HEX triplet: BE, AC and AD. RGB value is (190,172,173). Sum of RGB (Red+Green+Blue) = 190+172+173=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACAD is #415352. Grayscale: #B1B1B1. Windows color (decimal): -4281171 or 11381950. OLE color: 11381950.

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

Color convert

RGB190172173-
CMYK00.090.090.25
HSL356.67º12.16%70.98%-
HSV(B)356.67º9.47%74.51%-
XYZ43.5343.4745.63-
YUV177.5125.46136.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=35.51%
G=32.15%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017217300.090.090.25356.6712.1670.98
HexBEACAD09919165c47
Octal276254255011113154514107
Binary1011111010101100101011010100110011100110110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACAD; }

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

 H1.HeaderClassName
 {
   color: #BEACAD;
 }
 .AnyTagClassName
 {
   color: #BEACAD;
 }
</style>
background-color css

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

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

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

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

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

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