#BCCFE1

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

Shades of Spindle #BCCFE1

Tints of Spindle #BCCFE1

Color information

#BCCFE1 (or 0xBCCFE1) is unknown color: approx Spindle. HEX triplet: BC, CF and E1. RGB value is (188,207,225). Sum of RGB (Red+Green+Blue) = 188+207+225=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFE1 is #43301E. Grayscale: #CBCBCB. Windows color (decimal): -4403231 or 14798780. OLE color: 14798780.

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

Color convert

RGB188207225-
CMYK0.160.0800.12
HSL209.19º38.14%80.98%-
HSV(B)209.19º16.44%88.24%-
XYZ56.6460.7579.98-
YUV203.37140.21117.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=30.32%
G=33.39%
B=36.29%

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
Decimal1882072250.160.0800.12209.1938.1480.98
HexBCCFE11080Cd12651
Octal274317341201001432146121
Binary10111100110011111110000110000100001100110100011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFE1; }

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

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

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

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

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

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

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

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