#BFDAF5

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

Shades of Pale Cornflower Blue #BFDAF5

Tints of Pale Cornflower Blue #BFDAF5

Color information

#BFDAF5 (or 0xBFDAF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, DA and F5. RGB value is (191,218,245). Sum of RGB (Red+Green+Blue) = 191+218+245=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFDAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAF5 is #40250A. Grayscale: #D4D4D4. Windows color (decimal): -4203787 or 16112319. OLE color: 16112319.

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

Color convert

RGB191218245-
CMYK0.220.1100.04
HSL210º72.97%85.49%-
HSV(B)210º22.04%96.08%-
XYZ63.0467.8196.15-
YUV213146.05112.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 245 (96.09% from 255) = 37.46%
R=29.20%
G=33.33%
B=37.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912182450.220.1100.0421072.9785.49
HexBFDAF516B04d24955
Octal277332365261304322111125
Binary10111111110110101111010110110101101001101001010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAF5; }

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

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

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

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

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

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

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

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