#BCC2CD

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

Shades of Spindle #BCC2CD

Tints of Spindle #BCC2CD

Color information

#BCC2CD (or 0xBCC2CD) is unknown color: approx Spindle. HEX triplet: BC, C2 and CD. RGB value is (188,194,205). Sum of RGB (Red+Green+Blue) = 188+194+205=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2CD is #433D32. Grayscale: #C1C1C1. Windows color (decimal): -4406579 or 13484732. OLE color: 13484732.

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

Color convert

RGB188194205-
CMYK0.080.0500.20
HSL218.82º14.53%77.06%-
HSV(B)218.82º8.29%80.39%-
XYZ51.0553.6865.43-
YUV193.46134.51124.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 194 (76.17% from 255) = 33.05%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=32.03%
G=33.05%
B=34.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881942050.080.0500.20218.8214.5377.06
HexBCC2CD85014dbf4d
Octal27430231510502433317115
Binary10111100110000101100110110001010101001101101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2CD; }

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

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

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

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

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

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

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

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