#BFDCFB

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

Shades of Pale Cornflower Blue #BFDCFB

Tints of Pale Cornflower Blue #BFDCFB

Color information

#BFDCFB (or 0xBFDCFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BF, DC and FB. RGB value is (191,220,251). Sum of RGB (Red+Green+Blue) = 191+220+251=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCFB is #402304. Grayscale: #D6D6D6. Windows color (decimal): -4203269 or 16506047. OLE color: 16506047.

HSL color Cylindrical-coordinate representation of color #BFDCFB: hue angle of 211º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFDCFB is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191220251-
CMYK0.240.1200.02
HSL211º88.24%86.67%-
HSV(B)211º23.9%98.43%-
XYZ64.4969.23101.23-
YUV214.86148.39110.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.85%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=28.85%
G=33.23%
B=37.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912202510.240.1200.0221188.2486.67
HexBFDCFB18C02d35857
Octal277334373301402323130127
Binary1011111111011100111110111100011000101101001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCFB; }

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

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

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

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

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

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

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

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