#BFD1E9

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

Shades of Periwinkle #BFD1E9

Tints of Periwinkle #BFD1E9

Color information

#BFD1E9 (or 0xBFD1E9) is unknown color: approx Periwinkle. HEX triplet: BF, D1 and E9. RGB value is (191,209,233). Sum of RGB (Red+Green+Blue) = 191+209+233=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFD1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1E9 is #402E16. Grayscale: #CECECE. Windows color (decimal): -4206103 or 15323583. OLE color: 15323583.

HSL color Cylindrical-coordinate representation of color #BFD1E9: hue angle of 214.29º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFD1E9 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191209233-
CMYK0.180.1000.09
HSL214.29º48.84%83.14%-
HSV(B)214.29º18.03%91.37%-
XYZ58.9962.5686.06-
YUV206.35143.04117.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.17%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 233 (91.41% from 255) = 36.81%
R=30.17%
G=33.02%
B=36.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912092330.180.1000.09214.2948.8483.14
HexBFD1E912A09d63153
Octal277321351221201132661123
Binary10111111110100011110100110010101001001110101101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1E9; }

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

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

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

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

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

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

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

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