#BFD9F3

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

Shades of Pale Cornflower Blue #BFD9F3

Tints of Pale Cornflower Blue #BFD9F3

Color information

#BFD9F3 (or 0xBFD9F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, D9 and F3. RGB value is (191,217,243). Sum of RGB (Red+Green+Blue) = 191+217+243=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFD9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD9F3 is #40260C. Grayscale: #D4D4D4. Windows color (decimal): -4204045 or 15980991. OLE color: 15980991.

HSL color Cylindrical-coordinate representation of color #BFD9F3: hue angle of 210º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD9F3 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191217243-
CMYK0.210.1100.05
HSL210º68.42%85.1%-
HSV(B)210º21.4%95.29%-
XYZ62.4867.1794.47-
YUV212.19145.39112.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.34%
GREEN value IS 217 (85.16% from 255) = 33.33%
BLUE value IS 243 (95.31% from 255) = 37.33%
R=29.34%
G=33.33%
B=37.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912172430.210.1100.0521068.4285.1
HexBFD9F315B05d24455
Octal277331363251305322104125
Binary10111111110110011111001110101101101011101001010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9F3; }

 p { color: rgb(191,217,243); }

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

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

 a { background-color: rgb(191,217,243); }

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

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

 span { border-color: rgb(191,217,243); }

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