#BCC1C8

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

Shades of Spindle #BCC1C8

Tints of Spindle #BCC1C8

Color information

#BCC1C8 (or 0xBCC1C8) is unknown color: approx Spindle. HEX triplet: BC, C1 and C8. RGB value is (188,193,200). Sum of RGB (Red+Green+Blue) = 188+193+200=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCC1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1C8 is #433E37. Grayscale: #C0C0C0. Windows color (decimal): -4406840 or 13156796. OLE color: 13156796.

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

Color convert

RGB188193200-
CMYK0.060.0400.22
HSL215º9.84%76.08%-
HSV(B)215º6%78.43%-
XYZ50.235362.23-
YUV192.3132.34124.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 200 (78.52% from 255) = 34.42%
R=32.36%
G=33.22%
B=34.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881932000.060.0400.222159.8476.08
HexBCC1C864016d7a4c
Octal2743013106402632712114
Binary1011110011000001110010001101000101101101011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1C8; }

 p { color: rgb(188,193,200); }

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

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

 a { background-color: rgb(188,193,200); }

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

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

 span { border-color: rgb(188,193,200); }

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