#BFD5FC

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

Shades of Periwinkle #BFD5FC

Tints of Periwinkle #BFD5FC

Color information

#BFD5FC (or 0xBFD5FC) is unknown color: approx Periwinkle. HEX triplet: BF, D5 and FC. RGB value is (191,213,252). Sum of RGB (Red+Green+Blue) = 191+213+252=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFD5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD5FC is #402A03. Grayscale: #D2D2D2. Windows color (decimal): -4205060 or 16569791. OLE color: 16569791.

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

Color convert

RGB191213252-
CMYK0.240.1500.01
HSL218.36º91.04%86.86%-
HSV(B)218.36º24.21%98.82%-
XYZ62.8565.69101.46-
YUV210.87151.21113.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.12%
GREEN value IS 213 (83.59% from 255) = 32.47%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=29.12%
G=32.47%
B=38.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912132520.240.1500.01218.3691.0486.86
HexBFD5FC18F01da5b57
Octal277325374301701332133127
Binary101111111101010111111100110001111011101101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5FC; }

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

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

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

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

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

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

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

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