#BCBEC3

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

Shades of Spindle #BCBEC3

Tints of Spindle #BCBEC3

Color information

#BCBEC3 (or 0xBCBEC3) is unknown color: approx Spindle. HEX triplet: BC, BE and C3. RGB value is (188,190,195). Sum of RGB (Red+Green+Blue) = 188+190+195=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEC3 is #43413C. Grayscale: #BDBDBD. Windows color (decimal): -4407613 or 12828348. OLE color: 12828348.

HSL color Cylindrical-coordinate representation of color #BCBEC3: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCBEC3 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188190195-
CMYK0.040.0300.24
HSL222.86º5.51%75.1%-
HSV(B)222.86º3.59%76.47%-
XYZ4951.4658.98-
YUV189.97130.84126.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 195 (76.56% from 255) = 34.03%
R=32.81%
G=33.16%
B=34.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881901950.040.0300.24222.865.5175.1
HexBCBEC343018df64b
Octal274276303430303376113
Binary10111100101111101100001110011011000110111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEC3; }

 p { color: rgb(188,190,195); }

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

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

 a { background-color: rgb(188,190,195); }

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

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

 span { border-color: rgb(188,190,195); }

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