#BCABAE

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

Shades of Careys Pink #BCABAE

Tints of Careys Pink #BCABAE

Color information

#BCABAE (or 0xBCABAE) is unknown color: approx Careys Pink. HEX triplet: BC, AB and AE. RGB value is (188,171,174). Sum of RGB (Red+Green+Blue) = 188+171+174=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABAE is #435451. Grayscale: #B0B0B0. Windows color (decimal): -4412498 or 11447228. OLE color: 11447228.

HSL color Cylindrical-coordinate representation of color #BCABAE: hue angle of 349.41º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCABAE is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB188171174-
CMYK00.090.070.26
HSL349.41º11.26%70.39%-
HSV(B)349.41º9.04%73.73%-
XYZ42.9442.8746.06-
YUV176.42126.63136.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=35.27%
G=32.08%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817117400.090.070.26349.4111.2670.39
HexBCABAE0971A15db46
Octal27425325601173253513106
Binary101111001010101110101110010011111101010101110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABAE; }

 p { color: rgb(188,171,174); }

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

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

 a { background-color: rgb(188,171,174); }

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

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

 span { border-color: rgb(188,171,174); }

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