#BCDCFE

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

Shades of Pale Cornflower Blue #BCDCFE

Tints of Pale Cornflower Blue #BCDCFE

Color information

#BCDCFE (or 0xBCDCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DC and FE. RGB value is (188,220,254). Sum of RGB (Red+Green+Blue) = 188+220+254=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCDCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCFE is #432301. Grayscale: #D6D6D6. Windows color (decimal): -4399874 or 16702652. OLE color: 16702652.

HSL color Cylindrical-coordinate representation of color #BCDCFE: hue angle of 210.91º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDCFE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188220254-
CMYK0.260.1300.00
HSL210.91º97.06%86.67%-
HSV(B)210.91º25.98%99.61%-
XYZ64.2269.03103.71-
YUV214.31150.4109.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.40%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=28.40%
G=33.23%
B=38.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882202540.260.1300.00210.9197.0686.67
HexBCDCFE1AD00d36157
Octal274334376321500323141127
Binary101111001101110011111110110101101001101001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCFE; }

 p { color: rgb(188,220,254); }

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

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

 a { background-color: rgb(188,220,254); }

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

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

 span { border-color: rgb(188,220,254); }

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