#BCD6FC

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

Shades of Pale Cornflower Blue #BCD6FC

Tints of Pale Cornflower Blue #BCD6FC

Color information

#BCD6FC (or 0xBCD6FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D6 and FC. RGB value is (188,214,252). Sum of RGB (Red+Green+Blue) = 188+214+252=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCD6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6FC is #432903. Grayscale: #D2D2D2. Windows color (decimal): -4401412 or 16570044. OLE color: 16570044.

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

Color convert

RGB188214252-
CMYK0.250.1500.01
HSL215.62º91.43%86.27%-
HSV(B)215.62º25.4%98.82%-
XYZ62.3665.81101.51-
YUV210.56151.39111.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=28.75%
G=32.72%
B=38.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882142520.250.1500.01215.6291.4386.27
HexBCD6FC19F01d85b56
Octal274326374311701330133126
Binary101111001101011011111100110011111011101100010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6FC; }

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

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

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

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

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

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

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

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