#BFDAF1

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

Shades of Pale Cornflower Blue #BFDAF1

Tints of Pale Cornflower Blue #BFDAF1

Color information

#BFDAF1 (or 0xBFDAF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, DA and F1. RGB value is (191,218,241). Sum of RGB (Red+Green+Blue) = 191+218+241=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFDAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAF1 is #40250E. Grayscale: #D4D4D4. Windows color (decimal): -4203791 or 15850175. OLE color: 15850175.

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

Color convert

RGB191218241-
CMYK0.210.1000.05
HSL207.6º64.1%84.71%-
HSV(B)207.6º20.75%94.51%-
XYZ62.4367.5792.97-
YUV212.55144.05112.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 241 (94.53% from 255) = 37.08%
R=29.38%
G=33.54%
B=37.08%

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
Decimal1912182410.210.1000.05207.664.184.71
HexBFDAF115A05d04055
Octal277332361251205320100125
Binary10111111110110101111000110101101001011101000010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAF1; }

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

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

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

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

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

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

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

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