#BCCEE1

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

Shades of Spindle #BCCEE1

Tints of Spindle #BCCEE1

Color information

#BCCEE1 (or 0xBCCEE1) is unknown color: approx Spindle. HEX triplet: BC, CE and E1. RGB value is (188,206,225). Sum of RGB (Red+Green+Blue) = 188+206+225=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCCEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEE1 is #43311E. Grayscale: #CACACA. Windows color (decimal): -4403487 or 14798524. OLE color: 14798524.

HSL color Cylindrical-coordinate representation of color #BCCEE1: hue angle of 210.81º degrees, saturation: 0.38, 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 #BCCEE1 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188206225-
CMYK0.160.0800.12
HSL210.81º38.14%80.98%-
HSV(B)210.81º16.44%88.24%-
XYZ56.460.2779.89-
YUV202.78140.54117.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=30.37%
G=33.28%
B=36.35%

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
Decimal1882062250.160.0800.12210.8138.1480.98
HexBCCEE11080Cd32651
Octal274316341201001432346121
Binary10111100110011101110000110000100001100110100111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEE1; }

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

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

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

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

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

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

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

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