#BCADB1

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

Shades of Careys Pink #BCADB1

Tints of Careys Pink #BCADB1

Color information

#BCADB1 (or 0xBCADB1) is unknown color: approx Careys Pink. HEX triplet: BC, AD and B1. RGB value is (188,173,177). Sum of RGB (Red+Green+Blue) = 188+173+177=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADB1 is #43524E. Grayscale: #B1B1B1. Windows color (decimal): -4411983 or 11644348. OLE color: 11644348.

HSL color Cylindrical-coordinate representation of color #BCADB1: hue angle of 344º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCADB1 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188173177-
CMYK00.080.060.26
HSL344º10.07%70.78%-
HSV(B)344º7.98%73.73%-
XYZ43.6243.7547.74-
YUV177.94127.47135.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 177 (69.53% from 255) = 32.90%
R=34.94%
G=32.16%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817317700.080.060.2634410.0770.78
HexBCADB10861A158a47
Octal27425526101063253012107
Binary101111001010110110110001010001101101010101100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADB1; }

 p { color: rgb(188,173,177); }

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

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

 a { background-color: rgb(188,173,177); }

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

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

 span { border-color: rgb(188,173,177); }

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