#BFD1F7

Color #BFD1F7 Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BFD1F7

Tints of Periwinkle #BFD1F7

Color information

#BFD1F7 (or 0xBFD1F7) is unknown color: approx Periwinkle. HEX triplet: BF, D1 and F7. RGB value is (191,209,247). Sum of RGB (Red+Green+Blue) = 191+209+247=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFD1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1F7 is #402E08. Grayscale: #CFCFCF. Windows color (decimal): -4206089 or 16241087. OLE color: 16241087.

HSL color Cylindrical-coordinate representation of color #BFD1F7: hue angle of 220.71º 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 #BFD1F7 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191209247-
CMYK0.230.1500.03
HSL220.71º77.78%85.88%-
HSV(B)220.71º22.67%96.86%-
XYZ61.0763.3997.01-
YUV207.95150.04115.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.52%
GREEN value IS 209 (82.03% from 255) = 32.30%
BLUE value IS 247 (96.88% from 255) = 38.18%
R=29.52%
G=32.30%
B=38.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912092470.230.1500.03220.7177.7885.88
HexBFD1F717F03dd4e56
Octal277321367271703335116126
Binary1011111111010001111101111011111110111101110110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1F7; }

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

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

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

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

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

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

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

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