#BCC1CC

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

Shades of Spindle #BCC1CC

Tints of Spindle #BCC1CC

Color information

#BCC1CC (or 0xBCC1CC) is unknown color: approx Spindle. HEX triplet: BC, C1 and CC. RGB value is (188,193,204). Sum of RGB (Red+Green+Blue) = 188+193+204=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1CC is #433E33. Grayscale: #C0C0C0. Windows color (decimal): -4406836 or 13418940. OLE color: 13418940.

HSL color Cylindrical-coordinate representation of color #BCC1CC: hue angle of 221.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC1CC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188193204-
CMYK0.080.0500.2
HSL221.25º13.56%76.86%-
HSV(B)221.25º7.84%80%-
XYZ50.7153.1964.72-
YUV192.76134.34124.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 193 (75.78% from 255) = 32.99%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=32.14%
G=32.99%
B=34.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881932040.080.0500.2221.2513.5676.86
HexBCC1CC85014dde4d
Octal27430131410502433516115
Binary10111100110000011100110010001010101001101110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1CC; }

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

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

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

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

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

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

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

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