#BFDBF7

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

Shades of Pale Cornflower Blue #BFDBF7

Tints of Pale Cornflower Blue #BFDBF7

Color information

#BFDBF7 (or 0xBFDBF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, DB and F7. RGB value is (191,219,247). Sum of RGB (Red+Green+Blue) = 191+219+247=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFDBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDBF7 is #402408. Grayscale: #D5D5D5. Windows color (decimal): -4203529 or 16243647. OLE color: 16243647.

HSL color Cylindrical-coordinate representation of color #BFDBF7: hue angle of 210º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDBF7 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191219247-
CMYK0.230.1100.03
HSL210º77.78%85.88%-
HSV(B)210º22.67%96.86%-
XYZ63.6168.4597.86-
YUV213.82146.72111.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 219 (85.94% from 255) = 33.33%
BLUE value IS 247 (96.88% from 255) = 37.60%
R=29.07%
G=33.33%
B=37.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912192470.230.1100.0321077.7885.88
HexBFDBF717B03d24e56
Octal277333367271303322116126
Binary1011111111011011111101111011110110111101001010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDBF7; }

 p { color: rgb(191,219,247); }

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

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

 a { background-color: rgb(191,219,247); }

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

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

 span { border-color: rgb(191,219,247); }

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