#BFD3F6

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

Shades of Periwinkle #BFD3F6

Tints of Periwinkle #BFD3F6

Color information

#BFD3F6 (or 0xBFD3F6) is unknown color: approx Periwinkle. HEX triplet: BF, D3 and F6. RGB value is (191,211,246). Sum of RGB (Red+Green+Blue) = 191+211+246=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFD3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3F6 is #402C09. Grayscale: #D0D0D0. Windows color (decimal): -4205578 or 16176063. OLE color: 16176063.

HSL color Cylindrical-coordinate representation of color #BFD3F6: hue angle of 218.18º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFD3F6 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191211246-
CMYK0.220.1400.04
HSL218.18º75.34%85.69%-
HSV(B)218.18º22.36%96.47%-
XYZ61.4164.3296.37-
YUV209.01148.87115.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.48%
GREEN value IS 211 (82.81% from 255) = 32.56%
BLUE value IS 246 (96.48% from 255) = 37.96%
R=29.48%
G=32.56%
B=37.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912112460.220.1400.04218.1875.3485.69
HexBFD3F616E04da4b56
Octal277323366261604332113126
Binary10111111110100111111011010110111001001101101010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD3F6; }

 p { color: rgb(191,211,246); }

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

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

 a { background-color: rgb(191,211,246); }

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

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

 span { border-color: rgb(191,211,246); }

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