#BFC9E1

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

Shades of Periwinkle #BFC9E1

Tints of Periwinkle #BFC9E1

Color information

#BFC9E1 (or 0xBFC9E1) is unknown color: approx Periwinkle. HEX triplet: BF, C9 and E1. RGB value is (191,201,225). Sum of RGB (Red+Green+Blue) = 191+201+225=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFC9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9E1 is #40361E. Grayscale: #C8C8C8. Windows color (decimal): -4208159 or 14797247. OLE color: 14797247.

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

Color convert

RGB191201225-
CMYK0.150.1100.12
HSL222.35º36.17%81.57%-
HSV(B)222.35º15.11%88.24%-
XYZ55.9658.2979.53-
YUV200.75141.69121.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 201 (78.91% from 255) = 32.58%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=30.96%
G=32.58%
B=36.47%

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
Decimal1912012250.150.1100.12222.3536.1781.57
HexBFC9E1FB0Cde2452
Octal277311341171301433644122
Binary1011111111001001111000011111101101100110111101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9E1; }

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

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

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

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

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

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

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

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