#BCD9EC

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

Shades of Light Blue #BCD9EC

Tints of Light Blue #BCD9EC

Color information

#BCD9EC (or 0xBCD9EC) is unknown color: approx Light Blue. HEX triplet: BC, D9 and EC. RGB value is (188,217,236). Sum of RGB (Red+Green+Blue) = 188+217+236=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9EC is #432613. Grayscale: #D2D2D2. Windows color (decimal): -4400660 or 15522236. OLE color: 15522236.

HSL color Cylindrical-coordinate representation of color #BCD9EC: hue angle of 203.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD9EC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188217236-
CMYK0.200.0800.07
HSL203.75º55.81%83.14%-
HSV(B)203.75º20.34%92.55%-
XYZ60.6966.3788.97-
YUV210.49142.39111.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=29.33%
G=33.85%
B=36.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882172360.200.0800.07203.7555.8183.14
HexBCD9EC14807cc3853
Octal27433135424100731470123
Binary1011110011011001111011001010010000111110011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD9EC; }

 p { color: rgb(188,217,236); }

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

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

 a { background-color: rgb(188,217,236); }

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

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

 span { border-color: rgb(188,217,236); }

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