#BFDCFD

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

Shades of Pale Cornflower Blue #BFDCFD

Tints of Pale Cornflower Blue #BFDCFD

Color information

#BFDCFD (or 0xBFDCFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, DC and FD. RGB value is (191,220,253). Sum of RGB (Red+Green+Blue) = 191+220+253=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCFD is #402302. Grayscale: #D6D6D6. Windows color (decimal): -4203267 or 16637119. OLE color: 16637119.

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

Color convert

RGB191220253-
CMYK0.250.1300.01
HSL211.94º93.94%87.06%-
HSV(B)211.94º24.51%99.22%-
XYZ64.8169.35102.9-
YUV215.09149.39110.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.77%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=28.77%
G=33.13%
B=38.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912202530.250.1300.01211.9493.9487.06
HexBFDCFD19D01d45e57
Octal277334375311501324136127
Binary101111111101110011111101110011101011101010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCFD; }

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

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

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

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

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

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

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

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