#BCDCFB

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

Shades of Pale Cornflower Blue #BCDCFB

Tints of Pale Cornflower Blue #BCDCFB

Color information

#BCDCFB (or 0xBCDCFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DC and FB. RGB value is (188,220,251). Sum of RGB (Red+Green+Blue) = 188+220+251=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCFB is #432304. Grayscale: #D5D5D5. Windows color (decimal): -4399877 or 16506044. OLE color: 16506044.

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

Color convert

RGB188220251-
CMYK0.250.1200.02
HSL209.52º88.73%86.08%-
HSV(B)209.52º25.1%98.43%-
XYZ63.7468.84101.2-
YUV213.97148.9109.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.53%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 251 (98.44% from 255) = 38.09%
R=28.53%
G=33.38%
B=38.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882202510.250.1200.02209.5288.7386.08
HexBCDCFB19C02d25956
Octal274334373311402322131126
Binary1011110011011100111110111100111000101101001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCFB; }

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

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

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

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

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

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

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

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