#BCCEDB

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

Shades of Spindle #BCCEDB

Tints of Spindle #BCCEDB

Color information

#BCCEDB (or 0xBCCEDB) is unknown color: approx Spindle. HEX triplet: BC, CE and DB. RGB value is (188,206,219). Sum of RGB (Red+Green+Blue) = 188+206+219=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEDB is #433124. Grayscale: #CACACA. Windows color (decimal): -4403493 or 14405308. OLE color: 14405308.

HSL color Cylindrical-coordinate representation of color #BCCEDB: hue angle of 205.16º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCCEDB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188206219-
CMYK0.140.0600.14
HSL205.16º30.1%79.8%-
HSV(B)205.16º14.16%85.88%-
XYZ55.659.9575.66-
YUV202.1137.54117.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 219 (85.94% from 255) = 35.73%
R=30.67%
G=33.61%
B=35.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882062190.140.0600.14205.1630.179.8
HexBCCEDBE60Ecd1e50
Octal27431633316601631536120
Binary10111100110011101101101111101100111011001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEDB; }

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

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

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

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

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

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

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

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