#BCADAE

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

Shades of Careys Pink #BCADAE

Tints of Careys Pink #BCADAE

Color information

#BCADAE (or 0xBCADAE) is unknown color: approx Careys Pink. HEX triplet: BC, AD and AE. RGB value is (188,173,174). Sum of RGB (Red+Green+Blue) = 188+173+174=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADAE is #435251. Grayscale: #B1B1B1. Windows color (decimal): -4411986 or 11447740. OLE color: 11447740.

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

Color convert

RGB188173174-
CMYK00.080.070.26
HSL356º10.07%70.78%-
HSV(B)356º7.98%73.73%-
XYZ43.3243.6346.18-
YUV177.6125.97135.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=35.14%
G=32.34%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817317400.080.070.2635610.0770.78
HexBCADAE0871A164a47
Octal27425525601073254412107
Binary101111001010110110101110010001111101010110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADAE; }

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

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

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

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

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

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

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

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