#BFD3F1

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

Shades of Periwinkle #BFD3F1

Tints of Periwinkle #BFD3F1

Color information

#BFD3F1 (or 0xBFD3F1) is unknown color: approx Periwinkle. HEX triplet: BF, D3 and F1. RGB value is (191,211,241). Sum of RGB (Red+Green+Blue) = 191+211+241=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 211 (82.81% from 255 or 32.81% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFD3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3F1 is #402C0E. Grayscale: #D0D0D0. Windows color (decimal): -4205583 or 15848383. OLE color: 15848383.

HSL color Cylindrical-coordinate representation of color #BFD3F1: hue angle of 216º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD3F1 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191211241-
CMYK0.210.1200.05
HSL216º64.1%84.71%-
HSV(B)216º20.75%94.51%-
XYZ60.6664.0292.38-
YUV208.44146.37115.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.70%
GREEN value IS 211 (82.81% from 255) = 32.81%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=29.70%
G=32.81%
B=37.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912112410.210.1200.0521664.184.71
HexBFD3F115C05d84055
Octal277323361251405330100125
Binary10111111110100111111000110101110001011101100010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD3F1; }

 p { color: rgb(191,211,241); }

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

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

 a { background-color: rgb(191,211,241); }

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

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

 span { border-color: rgb(191,211,241); }

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