#BCACAD

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

Shades of Careys Pink #BCACAD

Tints of Careys Pink #BCACAD

Color information

#BCACAD (or 0xBCACAD) is unknown color: approx Careys Pink. HEX triplet: BC, AC and AD. RGB value is (188,172,173). Sum of RGB (Red+Green+Blue) = 188+172+173=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACAD is #435352. Grayscale: #B0B0B0. Windows color (decimal): -4412243 or 11381948. OLE color: 11381948.

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

Color convert

RGB188172173-
CMYK00.090.080.26
HSL356.25º10.67%70.59%-
HSV(B)356.25º8.51%73.73%-
XYZ43.0343.2145.61-
YUV176.9125.8135.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=35.27%
G=32.27%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817217300.090.080.26356.2510.6770.59
HexBCACAD0981A164b47
Octal274254255011103254413107
Binary1011110010101100101011010100110001101010110010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACAD; }

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

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

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

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

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

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

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

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