#BCC6CC

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

Shades of Spindle #BCC6CC

Tints of Spindle #BCC6CC

Color information

#BCC6CC (or 0xBCC6CC) is unknown color: approx Spindle. HEX triplet: BC, C6 and CC. RGB value is (188,198,204). Sum of RGB (Red+Green+Blue) = 188+198+204=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6CC is #433933. Grayscale: #C3C3C3. Windows color (decimal): -4405556 or 13420220. OLE color: 13420220.

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

Color convert

RGB188198204-
CMYK0.080.0300.2
HSL202.5º13.56%76.86%-
HSV(B)202.5º7.84%80%-
XYZ51.8355.4465.1-
YUV195.69132.69122.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=31.86%
G=33.56%
B=34.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881982040.080.0300.2202.513.5676.86
HexBCC6CC83014cae4d
Octal27430631410302431216115
Binary1011110011000110110011001000110101001100101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6CC; }

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

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

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

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

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

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

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

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