#BCDEFC

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

Shades of Pale Cornflower Blue #BCDEFC

Tints of Pale Cornflower Blue #BCDEFC

Color information

#BCDEFC (or 0xBCDEFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DE and FC. RGB value is (188,222,252). Sum of RGB (Red+Green+Blue) = 188+222+252=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEFC is #432103. Grayscale: #D7D7D7. Windows color (decimal): -4399364 or 16572092. OLE color: 16572092.

HSL color Cylindrical-coordinate representation of color #BCDEFC: hue angle of 208.12º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCDEFC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188222252-
CMYK0.250.1200.01
HSL208.12º91.43%86.27%-
HSV(B)208.12º25.4%98.82%-
XYZ64.4369.96102.2-
YUV215.25148.74108.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.40%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 252 (98.83% from 255) = 38.07%
R=28.40%
G=33.53%
B=38.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882222520.250.1200.01208.1291.4386.27
HexBCDEFC19C01d05b56
Octal274336374311401320133126
Binary101111001101111011111100110011100011101000010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEFC; }

 p { color: rgb(188,222,252); }

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

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

 a { background-color: rgb(188,222,252); }

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

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

 span { border-color: rgb(188,222,252); }

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