#BFD6FC

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

Shades of Periwinkle #BFD6FC

Tints of Periwinkle #BFD6FC

Color information

#BFD6FC (or 0xBFD6FC) is unknown color: approx Periwinkle. HEX triplet: BF, D6 and FC. RGB value is (191,214,252). Sum of RGB (Red+Green+Blue) = 191+214+252=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFD6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6FC is #402903. Grayscale: #D3D3D3. Windows color (decimal): -4204804 or 16570047. OLE color: 16570047.

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

Color convert

RGB191214252-
CMYK0.240.1500.01
HSL217.38º91.04%86.86%-
HSV(B)217.38º24.21%98.82%-
XYZ63.166.2101.55-
YUV211.46150.88113.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 214 (83.98% from 255) = 32.57%
BLUE value IS 252 (98.83% from 255) = 38.36%
R=29.07%
G=32.57%
B=38.36%

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
Decimal1912142520.240.1500.01217.3891.0486.86
HexBFD6FC18F01d95b57
Octal277326374301701331133127
Binary101111111101011011111100110001111011101100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6FC; }

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

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

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

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

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

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

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

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