#BCD5FD

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

Shades of Pale Cornflower Blue #BCD5FD

Tints of Pale Cornflower Blue #BCD5FD

Color information

#BCD5FD (or 0xBCD5FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D5 and FD. RGB value is (188,213,253). Sum of RGB (Red+Green+Blue) = 188+213+253=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5FD is #432A02. Grayscale: #D1D1D1. Windows color (decimal): -4401667 or 16635324. OLE color: 16635324.

HSL color Cylindrical-coordinate representation of color #BCD5FD: hue angle of 216.92º 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 #BCD5FD is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188213253-
CMYK0.260.1600.01
HSL216.92º94.2%86.47%-
HSV(B)216.92º25.69%99.22%-
XYZ62.2665.37102.26-
YUV210.08152.22112.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 213 (83.59% from 255) = 32.57%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=28.75%
G=32.57%
B=38.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882132530.260.1600.01216.9294.286.47
HexBCD5FD1A1001d95e56
Octal274325375322001331136126
Binary1011110011010101111111011101010000011101100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5FD; }

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

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

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

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

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

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

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

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