#BFD1E7

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

Shades of Periwinkle #BFD1E7

Tints of Periwinkle #BFD1E7

Color information

#BFD1E7 (or 0xBFD1E7) is unknown color: approx Periwinkle. HEX triplet: BF, D1 and E7. RGB value is (191,209,231). Sum of RGB (Red+Green+Blue) = 191+209+231=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFD1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1E7 is #402E18. Grayscale: #CECECE. Windows color (decimal): -4206105 or 15192511. OLE color: 15192511.

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

Color convert

RGB191209231-
CMYK0.170.1000.09
HSL213º45.45%82.75%-
HSV(B)213º17.32%90.59%-
XYZ58.7162.4584.56-
YUV206.13142.04117.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 209 (82.03% from 255) = 33.12%
BLUE value IS 231 (90.62% from 255) = 36.61%
R=30.27%
G=33.12%
B=36.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912092310.170.1000.0921345.4582.75
HexBFD1E711A09d52d53
Octal277321347211201132555123
Binary10111111110100011110011110001101001001110101011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1E7; }

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

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

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

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

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

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

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

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