#BCDEF9

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

Shades of Pale Cornflower Blue #BCDEF9

Tints of Pale Cornflower Blue #BCDEF9

Color information

#BCDEF9 (or 0xBCDEF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DE and F9. RGB value is (188,222,249). Sum of RGB (Red+Green+Blue) = 188+222+249=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEF9 is #432106. Grayscale: #D6D6D6. Windows color (decimal): -4399367 or 16375484. OLE color: 16375484.

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

Color convert

RGB188222249-
CMYK0.240.1100.02
HSL206.56º83.56%85.69%-
HSV(B)206.56º24.5%97.65%-
XYZ63.9669.7799.72-
YUV214.91147.24108.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.53%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 249 (97.66% from 255) = 37.78%
R=28.53%
G=33.69%
B=37.78%

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
Decimal1882222490.240.1100.02206.5683.5685.69
HexBCDEF918B02cf5456
Octal274336371301302317124126
Binary1011110011011110111110011100010110101100111110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEF9; }

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

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

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

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

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

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

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

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