#BFD7F6

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

Shades of Periwinkle #BFD7F6

Tints of Periwinkle #BFD7F6

Color information

#BFD7F6 (or 0xBFD7F6) is unknown color: approx Periwinkle. HEX triplet: BF, D7 and F6. RGB value is (191,215,246). Sum of RGB (Red+Green+Blue) = 191+215+246=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFD7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD7F6 is #402809. Grayscale: #D3D3D3. Windows color (decimal): -4204554 or 16177087. OLE color: 16177087.

HSL color Cylindrical-coordinate representation of color #BFD7F6: hue angle of 213.82º 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 #BFD7F6 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191215246-
CMYK0.220.1300.04
HSL213.82º75.34%85.69%-
HSV(B)213.82º22.36%96.47%-
XYZ62.4266.3396.7-
YUV211.36147.55113.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.29%
GREEN value IS 215 (84.38% from 255) = 32.98%
BLUE value IS 246 (96.48% from 255) = 37.73%
R=29.29%
G=32.98%
B=37.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912152460.220.1300.04213.8275.3485.69
HexBFD7F616D04d64b56
Octal277327366261504326113126
Binary10111111110101111111011010110110101001101011010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7F6; }

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

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

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

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

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

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

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

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