#BCDFFF

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

Shades of Pale Cornflower Blue #BCDFFF

Tints of Pale Cornflower Blue #BCDFFF

Color information

#BCDFFF (or 0xBCDFFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DF and FF. RGB value is (188,223,255). Sum of RGB (Red+Green+Blue) = 188+223+255=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCDFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFFF is #432000. Grayscale: #D8D8D8. Windows color (decimal): -4399105 or 16768956. OLE color: 16768956.

HSL color Cylindrical-coordinate representation of color #BCDFFF: hue angle of 208.66º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDFFF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188223255-
CMYK0.260.1300
HSL208.66º100%86.86%-
HSV(B)208.66º26.27%100%-
XYZ65.1870.69104.82-
YUV216.18149.9107.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.23%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 255 (100% from 255) = 38.29%
R=28.23%
G=33.48%
B=38.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882232550.260.1300208.6610086.86
HexBCDFFF1AD00d16457
Octal274337377321500321144127
Binary101111001101111111111111110101101001101000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFFF; }

 p { color: rgb(188,223,255); }

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

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

 a { background-color: rgb(188,223,255); }

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

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

 span { border-color: rgb(188,223,255); }

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