#BFC7E1

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

Shades of Periwinkle #BFC7E1

Tints of Periwinkle #BFC7E1

Color information

#BFC7E1 (or 0xBFC7E1) is unknown color: approx Periwinkle. HEX triplet: BF, C7 and E1. RGB value is (191,199,225). Sum of RGB (Red+Green+Blue) = 191+199+225=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFC7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7E1 is #40381E. Grayscale: #C7C7C7. Windows color (decimal): -4208671 or 14796735. OLE color: 14796735.

HSL color Cylindrical-coordinate representation of color #BFC7E1: hue angle of 225.88º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFC7E1 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191199225-
CMYK0.150.1200.12
HSL225.88º36.17%81.57%-
HSV(B)225.88º15.11%88.24%-
XYZ55.557.3679.38-
YUV199.57142.35121.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.06%
GREEN value IS 199 (78.12% from 255) = 32.36%
BLUE value IS 225 (88.28% from 255) = 36.59%
R=31.06%
G=32.36%
B=36.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911992250.150.1200.12225.8836.1781.57
HexBFC7E1FC0Ce22452
Octal277307341171401434244122
Binary1011111111000111111000011111110001100111000101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7E1; }

 p { color: rgb(191,199,225); }

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

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

 a { background-color: rgb(191,199,225); }

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

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

 span { border-color: rgb(191,199,225); }

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