#BEABAC

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

Shades of Careys Pink #BEABAC

Tints of Careys Pink #BEABAC

Color information

#BEABAC (or 0xBEABAC) is unknown color: approx Careys Pink. HEX triplet: BE, AB and AC. RGB value is (190,171,172). Sum of RGB (Red+Green+Blue) = 190+171+172=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABAC is #415453. Grayscale: #B0B0B0. Windows color (decimal): -4281428 or 11316158. OLE color: 11316158.

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

Color convert

RGB190171172-
CMYK00.100.090.25
HSL356.84º12.75%70.78%-
HSV(B)356.84º10%74.51%-
XYZ43.2443.0545.06-
YUV176.8125.29137.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=35.65%
G=32.08%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017117200.100.090.25356.8412.7570.78
HexBEABAC0A919165d47
Octal276253254012113154515107
Binary1011111010101011101011000101010011100110110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABAC; }

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

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

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

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

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

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

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

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