#BFD6F1

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

Shades of Periwinkle #BFD6F1

Tints of Periwinkle #BFD6F1

Color information

#BFD6F1 (or 0xBFD6F1) is unknown color: approx Periwinkle. HEX triplet: BF, D6 and F1. RGB value is (191,214,241). Sum of RGB (Red+Green+Blue) = 191+214+241=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFD6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6F1 is #40290E. Grayscale: #D2D2D2. Windows color (decimal): -4204815 or 15849151. OLE color: 15849151.

HSL color Cylindrical-coordinate representation of color #BFD6F1: hue angle of 212.4º 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 #BFD6F1 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191214241-
CMYK0.210.1100.05
HSL212.4º64.1%84.71%-
HSV(B)212.4º20.75%94.51%-
XYZ61.4165.5292.63-
YUV210.2145.38114.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 214 (83.98% from 255) = 33.13%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=29.57%
G=33.13%
B=37.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912142410.210.1100.05212.464.184.71
HexBFD6F115B05d44055
Octal277326361251305324100125
Binary10111111110101101111000110101101101011101010010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6F1; }

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

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

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

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

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

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

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

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