#BCC3CD

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

Shades of Spindle #BCC3CD

Tints of Spindle #BCC3CD

Color information

#BCC3CD (or 0xBCC3CD) is unknown color: approx Spindle. HEX triplet: BC, C3 and CD. RGB value is (188,195,205). Sum of RGB (Red+Green+Blue) = 188+195+205=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3CD is #433C32. Grayscale: #C2C2C2. Windows color (decimal): -4406323 or 13484988. OLE color: 13484988.

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

Color convert

RGB188195205-
CMYK0.080.0500.20
HSL215.29º14.53%77.06%-
HSV(B)215.29º8.29%80.39%-
XYZ51.2754.1365.5-
YUV194.05134.18123.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=31.97%
G=33.16%
B=34.86%

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
Decimal1881952050.080.0500.20215.2914.5377.06
HexBCC3CD85014d7f4d
Octal27430331510502432717115
Binary10111100110000111100110110001010101001101011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3CD; }

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

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

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

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

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

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

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

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