#BCC7CD

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

Shades of Spindle #BCC7CD

Tints of Spindle #BCC7CD

Color information

#BCC7CD (or 0xBCC7CD) is unknown color: approx Spindle. HEX triplet: BC, C7 and CD. RGB value is (188,199,205). Sum of RGB (Red+Green+Blue) = 188+199+205=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7CD is #433832. Grayscale: #C4C4C4. Windows color (decimal): -4405299 or 13486012. OLE color: 13486012.

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

Color convert

RGB188199205-
CMYK0.080.0300.20
HSL201.18º14.53%77.06%-
HSV(B)201.18º8.29%80.39%-
XYZ52.1855.9565.81-
YUV196.4132.86122.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.76%
GREEN value IS 199 (78.12% from 255) = 33.61%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=31.76%
G=33.61%
B=34.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881992050.080.0300.20201.1814.5377.06
HexBCC7CD83014c9f4d
Octal27430731510302431117115
Binary1011110011000111110011011000110101001100100111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7CD; }

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

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

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

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

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

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

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

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