#BFC8E1

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

Shades of Periwinkle #BFC8E1

Tints of Periwinkle #BFC8E1

Color information

#BFC8E1 (or 0xBFC8E1) is unknown color: approx Periwinkle. HEX triplet: BF, C8 and E1. RGB value is (191,200,225). Sum of RGB (Red+Green+Blue) = 191+200+225=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFC8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8E1 is #40371E. Grayscale: #C8C8C8. Windows color (decimal): -4208415 or 14796991. OLE color: 14796991.

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

Color convert

RGB191200225-
CMYK0.150.1100.12
HSL224.12º36.17%81.57%-
HSV(B)224.12º15.11%88.24%-
XYZ55.7357.8279.46-
YUV200.16142.02121.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.01%
GREEN value IS 200 (78.52% from 255) = 32.47%
BLUE value IS 225 (88.28% from 255) = 36.53%
R=31.01%
G=32.47%
B=36.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912002250.150.1100.12224.1236.1781.57
HexBFC8E1FB0Ce02452
Octal277310341171301434044122
Binary1011111111001000111000011111101101100111000001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8E1; }

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

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

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

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

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

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

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

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