#BCADAF

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

Shades of Careys Pink #BCADAF

Tints of Careys Pink #BCADAF

Color information

#BCADAF (or 0xBCADAF) is unknown color: approx Careys Pink. HEX triplet: BC, AD and AF. RGB value is (188,173,175). Sum of RGB (Red+Green+Blue) = 188+173+175=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADAF is #435250. Grayscale: #B1B1B1. Windows color (decimal): -4411985 or 11513276. OLE color: 11513276.

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

Color convert

RGB188173175-
CMYK00.080.070.26
HSL352º10.07%70.78%-
HSV(B)352º7.98%73.73%-
XYZ43.4243.6746.7-
YUV177.71126.47135.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=35.07%
G=32.28%
B=32.65%

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
Decimal18817317500.080.070.2635210.0770.78
HexBCADAF0871A160a47
Octal27425525701073254012107
Binary101111001010110110101111010001111101010110000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADAF; }

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

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

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

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

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

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

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

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