#BCCEE0

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

Shades of Spindle #BCCEE0

Tints of Spindle #BCCEE0

Color information

#BCCEE0 (or 0xBCCEE0) is unknown color: approx Spindle. HEX triplet: BC, CE and E0. RGB value is (188,206,224). Sum of RGB (Red+Green+Blue) = 188+206+224=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEE0 is #43311F. Grayscale: #CACACA. Windows color (decimal): -4403488 or 14732988. OLE color: 14732988.

HSL color Cylindrical-coordinate representation of color #BCCEE0: hue angle of 210º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCEE0 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188206224-
CMYK0.160.0800.12
HSL210º36.73%80.78%-
HSV(B)210º16.07%87.84%-
XYZ56.2660.2279.18-
YUV202.67140.04117.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 224 (87.89% from 255) = 36.25%
R=30.42%
G=33.33%
B=36.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882062240.160.0800.1221036.7380.78
HexBCCEE01080Cd22551
Octal274316340201001432245121
Binary10111100110011101110000010000100001100110100101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEE0; }

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

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

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

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

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

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

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

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