#BCD7EC

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

Shades of Pale Cornflower Blue #BCD7EC

Tints of Pale Cornflower Blue #BCD7EC

Color information

#BCD7EC (or 0xBCD7EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D7 and EC. RGB value is (188,215,236). Sum of RGB (Red+Green+Blue) = 188+215+236=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7EC is #432813. Grayscale: #D1D1D1. Windows color (decimal): -4401172 or 15521724. OLE color: 15521724.

HSL color Cylindrical-coordinate representation of color #BCD7EC: hue angle of 206.25º 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 #BCD7EC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188215236-
CMYK0.200.0900.07
HSL206.25º55.81%83.14%-
HSV(B)206.25º20.34%92.55%-
XYZ60.1865.3588.8-
YUV209.32143.05112.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=29.42%
G=33.65%
B=36.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882152360.200.0900.07206.2555.8183.14
HexBCD7EC14907ce3853
Octal27432735424110731670123
Binary1011110011010111111011001010010010111110011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD7EC; }

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

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

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

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

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

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

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

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