#BCD6FB

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

Shades of Pale Cornflower Blue #BCD6FB

Tints of Pale Cornflower Blue #BCD6FB

Color information

#BCD6FB (or 0xBCD6FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D6 and FB. RGB value is (188,214,251). Sum of RGB (Red+Green+Blue) = 188+214+251=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCD6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6FB is #432904. Grayscale: #D2D2D2. Windows color (decimal): -4401413 or 16504508. OLE color: 16504508.

HSL color Cylindrical-coordinate representation of color #BCD6FB: hue angle of 215.24º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD6FB is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188214251-
CMYK0.250.1500.02
HSL215.24º88.73%86.08%-
HSV(B)215.24º25.1%98.43%-
XYZ62.265.75100.68-
YUV210.44150.89111.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.79%
GREEN value IS 214 (83.98% from 255) = 32.77%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=28.79%
G=32.77%
B=38.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882142510.250.1500.02215.2488.7386.08
HexBCD6FB19F02d75956
Octal274326373311702327131126
Binary1011110011010110111110111100111110101101011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6FB; }

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

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

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

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

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

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

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

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