#BCD6FD

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

Shades of Pale Cornflower Blue #BCD6FD

Tints of Pale Cornflower Blue #BCD6FD

Color information

#BCD6FD (or 0xBCD6FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D6 and FD. RGB value is (188,214,253). Sum of RGB (Red+Green+Blue) = 188+214+253=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6FD is #432902. Grayscale: #D2D2D2. Windows color (decimal): -4401411 or 16635580. OLE color: 16635580.

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

Color convert

RGB188214253-
CMYK0.260.1500.01
HSL216º94.2%86.47%-
HSV(B)216º25.69%99.22%-
XYZ62.5265.88102.35-
YUV210.67151.89111.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 214 (83.98% from 255) = 32.67%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=28.70%
G=32.67%
B=38.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882142530.260.1500.0121694.286.47
HexBCD6FD1AF01d85e56
Octal274326375321701330136126
Binary101111001101011011111101110101111011101100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6FD; }

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

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

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

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

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

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

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

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