#BFD8F1

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

Shades of Pale Cornflower Blue #BFD8F1

Tints of Pale Cornflower Blue #BFD8F1

Color information

#BFD8F1 (or 0xBFD8F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, D8 and F1. RGB value is (191,216,241). Sum of RGB (Red+Green+Blue) = 191+216+241=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFD8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD8F1 is #40270E. Grayscale: #D3D3D3. Windows color (decimal): -4204303 or 15849663. OLE color: 15849663.

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

Color convert

RGB191216241-
CMYK0.210.1000.05
HSL210º64.1%84.71%-
HSV(B)210º20.75%94.51%-
XYZ61.9266.5492.8-
YUV211.37144.72113.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.48%
GREEN value IS 216 (84.77% from 255) = 33.33%
BLUE value IS 241 (94.53% from 255) = 37.19%
R=29.48%
G=33.33%
B=37.19%

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
Decimal1912162410.210.1000.0521064.184.71
HexBFD8F115A05d24055
Octal277330361251205322100125
Binary10111111110110001111000110101101001011101001010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD8F1; }

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

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

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

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

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

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

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

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