#BFD7FA

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

Shades of Periwinkle #BFD7FA

Tints of Periwinkle #BFD7FA

Color information

#BFD7FA (or 0xBFD7FA) is unknown color: approx Periwinkle. HEX triplet: BF, D7 and FA. RGB value is (191,215,250). Sum of RGB (Red+Green+Blue) = 191+215+250=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFD7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD7FA is #402805. Grayscale: #D3D3D3. Windows color (decimal): -4204550 or 16439231. OLE color: 16439231.

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

Color convert

RGB191215250-
CMYK0.240.1400.02
HSL215.59º85.51%86.47%-
HSV(B)215.59º23.6%98.04%-
XYZ63.0466.5899.97-
YUV211.81149.55113.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.12%
GREEN value IS 215 (84.38% from 255) = 32.77%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=29.12%
G=32.77%
B=38.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912152500.240.1400.02215.5985.5186.47
HexBFD7FA18E02d85656
Octal277327372301602330126126
Binary1011111111010111111110101100011100101101100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7FA; }

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

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

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

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

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

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

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

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