#BFDCFC

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

Shades of Pale Cornflower Blue #BFDCFC

Tints of Pale Cornflower Blue #BFDCFC

Color information

#BFDCFC (or 0xBFDCFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, DC and FC. RGB value is (191,220,252). Sum of RGB (Red+Green+Blue) = 191+220+252=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFDCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCFC is #402303. Grayscale: #D6D6D6. Windows color (decimal): -4203268 or 16571583. OLE color: 16571583.

HSL color Cylindrical-coordinate representation of color #BFDCFC: hue angle of 211.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFDCFC is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191220252-
CMYK0.240.1300.01
HSL211.48º91.04%86.86%-
HSV(B)211.48º24.21%98.82%-
XYZ64.6569.29102.06-
YUV214.98148.89110.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.81%
GREEN value IS 220 (86.33% from 255) = 33.18%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=28.81%
G=33.18%
B=38.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912202520.240.1300.01211.4891.0486.86
HexBFDCFC18D01d35b57
Octal277334374301501323133127
Binary101111111101110011111100110001101011101001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCFC; }

 p { color: rgb(191,220,252); }

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

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

 a { background-color: rgb(191,220,252); }

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

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

 span { border-color: rgb(191,220,252); }

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