#BCC3CE

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

Shades of Spindle #BCC3CE

Tints of Spindle #BCC3CE

Color information

#BCC3CE (or 0xBCC3CE) is unknown color: approx Spindle. HEX triplet: BC, C3 and CE. RGB value is (188,195,206). Sum of RGB (Red+Green+Blue) = 188+195+206=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3CE is #433C31. Grayscale: #C2C2C2. Windows color (decimal): -4406322 or 13550524. OLE color: 13550524.

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

Color convert

RGB188195206-
CMYK0.090.0500.19
HSL216.67º15.52%77.25%-
HSV(B)216.67º8.74%80.78%-
XYZ51.3954.1866.14-
YUV194.16134.68123.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 195 (76.56% from 255) = 33.11%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=31.92%
G=33.11%
B=34.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881952060.090.0500.19216.6715.5277.25
HexBCC3CE95013d9104d
Octal27430331611502333120115
Binary101111001100001111001110100110101001111011001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3CE; }

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

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

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

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

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

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

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

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