#BFD1EC

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

Shades of Periwinkle #BFD1EC

Tints of Periwinkle #BFD1EC

Color information

#BFD1EC (or 0xBFD1EC) is unknown color: approx Periwinkle. HEX triplet: BF, D1 and EC. RGB value is (191,209,236). Sum of RGB (Red+Green+Blue) = 191+209+236=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1EC is #402E13. Grayscale: #CECECE. Windows color (decimal): -4206100 or 15520191. OLE color: 15520191.

HSL color Cylindrical-coordinate representation of color #BFD1EC: hue angle of 216º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD1EC is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191209236-
CMYK0.190.1100.07
HSL216º54.22%83.73%-
HSV(B)216º19.07%92.55%-
XYZ59.4362.7388.33-
YUV206.7144.54116.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.03%
GREEN value IS 209 (82.03% from 255) = 32.86%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=30.03%
G=32.86%
B=37.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912092360.190.1100.0721654.2283.73
HexBFD1EC13B07d83654
Octal27732135423130733066124
Binary1011111111010001111011001001110110111110110001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1EC; }

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

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

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

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

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

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

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

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