#BFD9F1

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

Shades of Pale Cornflower Blue #BFD9F1

Tints of Pale Cornflower Blue #BFD9F1

Color information

#BFD9F1 (or 0xBFD9F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, D9 and F1. RGB value is (191,217,241). Sum of RGB (Red+Green+Blue) = 191+217+241=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD9F1 is #40260E. Grayscale: #D3D3D3. Windows color (decimal): -4204047 or 15849919. OLE color: 15849919.

HSL color Cylindrical-coordinate representation of color #BFD9F1: hue angle of 208.8º degrees, saturation: 0.64, 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 #BFD9F1 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191217241-
CMYK0.210.1000.05
HSL208.8º64.1%84.71%-
HSV(B)208.8º20.75%94.51%-
XYZ62.1867.0592.88-
YUV211.96144.39113.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.43%
GREEN value IS 217 (85.16% from 255) = 33.44%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=29.43%
G=33.44%
B=37.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912172410.210.1000.05208.864.184.71
HexBFD9F115A05d14055
Octal277331361251205321100125
Binary10111111110110011111000110101101001011101000110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9F1; }

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

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

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

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

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

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

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

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