#BCCFDE

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

Shades of Spindle #BCCFDE

Tints of Spindle #BCCFDE

Color information

#BCCFDE (or 0xBCCFDE) is unknown color: approx Spindle. HEX triplet: BC, CF and DE. RGB value is (188,207,222). Sum of RGB (Red+Green+Blue) = 188+207+222=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCCFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFDE is #433021. Grayscale: #CACACA. Windows color (decimal): -4403234 or 14602172. OLE color: 14602172.

HSL color Cylindrical-coordinate representation of color #BCCFDE: hue angle of 206.47º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCFDE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188207222-
CMYK0.150.0700.13
HSL206.47º34%80.39%-
HSV(B)206.47º15.32%87.06%-
XYZ56.2460.5977.84-
YUV203.03138.71117.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 207 (81.25% from 255) = 33.55%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=30.47%
G=33.55%
B=35.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882072220.150.0700.13206.473480.39
HexBCCFDEF70Dce2250
Octal27431733617701531642120
Binary101111001100111111011110111111101101110011101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFDE; }

 p { color: rgb(188,207,222); }

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

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

 a { background-color: rgb(188,207,222); }

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

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

 span { border-color: rgb(188,207,222); }

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