#BFD1FC

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

Shades of Periwinkle #BFD1FC

Tints of Periwinkle #BFD1FC

Color information

#BFD1FC (or 0xBFD1FC) is unknown color: approx Periwinkle. HEX triplet: BF, D1 and FC. RGB value is (191,209,252). Sum of RGB (Red+Green+Blue) = 191+209+252=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFD1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1FC is #402E03. Grayscale: #D0D0D0. Windows color (decimal): -4206084 or 16568767. OLE color: 16568767.

HSL color Cylindrical-coordinate representation of color #BFD1FC: hue angle of 222.3º 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 #BFD1FC is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191209252-
CMYK0.240.1700.01
HSL222.3º91.04%86.86%-
HSV(B)222.3º24.21%98.82%-
XYZ61.8663.71101.13-
YUV208.52152.54115.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.29%
GREEN value IS 209 (82.03% from 255) = 32.06%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=29.29%
G=32.06%
B=38.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912092520.240.1700.01222.391.0486.86
HexBFD1FC181101de5b57
Octal277321374302101336133127
Binary1011111111010001111111001100010001011101111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1FC; }

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

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

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

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

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

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

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

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