#BFD6FB

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

Shades of Periwinkle #BFD6FB

Tints of Periwinkle #BFD6FB

Color information

#BFD6FB (or 0xBFD6FB) is unknown color: approx Periwinkle. HEX triplet: BF, D6 and FB. RGB value is (191,214,251). Sum of RGB (Red+Green+Blue) = 191+214+251=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFD6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6FB is #402904. Grayscale: #D3D3D3. Windows color (decimal): -4204805 or 16504511. OLE color: 16504511.

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

Color convert

RGB191214251-
CMYK0.240.1500.02
HSL217º88.24%86.67%-
HSV(B)217º23.9%98.43%-
XYZ62.9566.13100.71-
YUV211.34150.38113.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.12%
GREEN value IS 214 (83.98% from 255) = 32.62%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=29.12%
G=32.62%
B=38.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912142510.240.1500.0221788.2486.67
HexBFD6FB18F02d95857
Octal277326373301702331130127
Binary1011111111010110111110111100011110101101100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6FB; }

 p { color: rgb(191,214,251); }

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

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

 a { background-color: rgb(191,214,251); }

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

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

 span { border-color: rgb(191,214,251); }

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