#BCDEFD

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

Shades of Pale Cornflower Blue #BCDEFD

Tints of Pale Cornflower Blue #BCDEFD

Color information

#BCDEFD (or 0xBCDEFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DE and FD. RGB value is (188,222,253). Sum of RGB (Red+Green+Blue) = 188+222+253=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCDEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEFD is #432102. Grayscale: #D7D7D7. Windows color (decimal): -4399363 or 16637628. OLE color: 16637628.

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

Color convert

RGB188222253-
CMYK0.260.1200.01
HSL208.62º94.2%86.47%-
HSV(B)208.62º25.69%99.22%-
XYZ64.5970.03103.04-
YUV215.37149.24108.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.36%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=28.36%
G=33.48%
B=38.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882222530.260.1200.01208.6294.286.47
HexBCDEFD1AC01d15e56
Octal274336375321401321136126
Binary101111001101111011111101110101100011101000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEFD; }

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

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

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

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

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

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

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

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