#BCDDF9

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

Shades of Pale Cornflower Blue #BCDDF9

Tints of Pale Cornflower Blue #BCDDF9

Color information

#BCDDF9 (or 0xBCDDF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DD and F9. RGB value is (188,221,249). Sum of RGB (Red+Green+Blue) = 188+221+249=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDF9 is #432206. Grayscale: #D6D6D6. Windows color (decimal): -4399623 or 16375228. OLE color: 16375228.

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

Color convert

RGB188221249-
CMYK0.240.1100.02
HSL207.54º83.56%85.69%-
HSV(B)207.54º24.5%97.65%-
XYZ63.6969.2499.63-
YUV214.32147.57109.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.57%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=28.57%
G=33.59%
B=37.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882212490.240.1100.02207.5483.5685.69
HexBCDDF918B02d05456
Octal274335371301302320124126
Binary1011110011011101111110011100010110101101000010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDF9; }

 p { color: rgb(188,221,249); }

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

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

 a { background-color: rgb(188,221,249); }

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

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

 span { border-color: rgb(188,221,249); }

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