#BCC5CD

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

Shades of Spindle #BCC5CD

Tints of Spindle #BCC5CD

Color information

#BCC5CD (or 0xBCC5CD) is unknown color: approx Spindle. HEX triplet: BC, C5 and CD. RGB value is (188,197,205). Sum of RGB (Red+Green+Blue) = 188+197+205=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5CD is #433A32. Grayscale: #C3C3C3. Windows color (decimal): -4405811 or 13485500. OLE color: 13485500.

HSL color Cylindrical-coordinate representation of color #BCC5CD: hue angle of 208.24º degrees, saturation: 0.15, 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 #BCC5CD is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188197205-
CMYK0.080.0400.20
HSL208.24º14.53%77.06%-
HSV(B)208.24º8.29%80.39%-
XYZ51.7255.0365.65-
YUV195.22133.52122.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 197 (77.34% from 255) = 33.39%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=31.86%
G=33.39%
B=34.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881972050.080.0400.20208.2414.5377.06
HexBCC5CD84014d0f4d
Octal27430531510402432017115
Binary10111100110001011100110110001000101001101000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5CD; }

 p { color: rgb(188,197,205); }

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

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

 a { background-color: rgb(188,197,205); }

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

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

 span { border-color: rgb(188,197,205); }

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