#BCC7CE

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

Shades of Spindle #BCC7CE

Tints of Spindle #BCC7CE

Color information

#BCC7CE (or 0xBCC7CE) is unknown color: approx Spindle. HEX triplet: BC, C7 and CE. RGB value is (188,199,206). Sum of RGB (Red+Green+Blue) = 188+199+206=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7CE is #433831. Grayscale: #C4C4C4. Windows color (decimal): -4405298 or 13551548. OLE color: 13551548.

HSL color Cylindrical-coordinate representation of color #BCC7CE: hue angle of 203.33º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC7CE is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188199206-
CMYK0.090.0300.19
HSL203.33º15.52%77.25%-
HSV(B)203.33º8.74%80.78%-
XYZ52.355.9966.44-
YUV196.51133.36121.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 199 (78.12% from 255) = 33.56%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=31.70%
G=33.56%
B=34.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881992060.090.0300.19203.3315.5277.25
HexBCC7CE93013cb104d
Octal27430731611302331320115
Binary10111100110001111100111010011101001111001011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7CE; }

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

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

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

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

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

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

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

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