#BFD6EC

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

Shades of Pale Cornflower Blue #BFD6EC

Tints of Pale Cornflower Blue #BFD6EC

Color information

#BFD6EC (or 0xBFD6EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, D6 and EC. RGB value is (191,214,236). Sum of RGB (Red+Green+Blue) = 191+214+236=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6EC is #402913. Grayscale: #D1D1D1. Windows color (decimal): -4204820 or 15521471. OLE color: 15521471.

HSL color Cylindrical-coordinate representation of color #BFD6EC: hue angle of 209.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD6EC is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191214236-
CMYK0.190.0900.07
HSL209.33º54.22%83.73%-
HSV(B)209.33º19.07%92.55%-
XYZ60.6765.2388.75-
YUV209.63142.88114.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.80%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=29.80%
G=33.39%
B=36.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912142360.190.0900.07209.3354.2283.73
HexBFD6EC13907d13654
Octal27732635423110732166124
Binary1011111111010110111011001001110010111110100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6EC; }

 p { color: rgb(191,214,236); }

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

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

 a { background-color: rgb(191,214,236); }

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

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

 span { border-color: rgb(191,214,236); }

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