#BCADB0

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

Shades of Careys Pink #BCADB0

Tints of Careys Pink #BCADB0

Color information

#BCADB0 (or 0xBCADB0) is unknown color: approx Careys Pink. HEX triplet: BC, AD and B0. RGB value is (188,173,176). Sum of RGB (Red+Green+Blue) = 188+173+176=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADB0 is #43524F. Grayscale: #B1B1B1. Windows color (decimal): -4411984 or 11578812. OLE color: 11578812.

HSL color Cylindrical-coordinate representation of color #BCADB0: hue angle of 348º 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 #BCADB0 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188173176-
CMYK00.080.060.26
HSL348º10.07%70.78%-
HSV(B)348º7.98%73.73%-
XYZ43.5243.7147.22-
YUV177.83126.97135.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 176 (69.14% from 255) = 32.77%
R=35.01%
G=32.22%
B=32.77%

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
Decimal18817317600.080.060.2634810.0770.78
HexBCADB00861A15ca47
Octal27425526001063253412107
Binary101111001010110110110000010001101101010101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADB0; }

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

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

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

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

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

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

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

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