#BFD1FE

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

Shades of Periwinkle #BFD1FE

Tints of Periwinkle #BFD1FE

Color information

#BFD1FE (or 0xBFD1FE) is unknown color: approx Periwinkle. HEX triplet: BF, D1 and FE. RGB value is (191,209,254). Sum of RGB (Red+Green+Blue) = 191+209+254=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFD1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1FE is #402E01. Grayscale: #D0D0D0. Windows color (decimal): -4206082 or 16699839. OLE color: 16699839.

HSL color Cylindrical-coordinate representation of color #BFD1FE: hue angle of 222.86º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD1FE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191209254-
CMYK0.250.1800.00
HSL222.86º96.92%87.25%-
HSV(B)222.86º24.8%99.61%-
XYZ62.1863.83102.81-
YUV208.75153.54115.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 209 (82.03% from 255) = 31.96%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=29.20%
G=31.96%
B=38.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912092540.250.1800.00222.8696.9287.25
HexBFD1FE191200df6157
Octal277321376312200337141127
Binary1011111111010001111111101100110010001101111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1FE; }

 p { color: rgb(191,209,254); }

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

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

 a { background-color: rgb(191,209,254); }

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

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

 span { border-color: rgb(191,209,254); }

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