#BFC9E7

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

Shades of Periwinkle #BFC9E7

Tints of Periwinkle #BFC9E7

Color information

#BFC9E7 (or 0xBFC9E7) is unknown color: approx Periwinkle. HEX triplet: BF, C9 and E7. RGB value is (191,201,231). Sum of RGB (Red+Green+Blue) = 191+201+231=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFC9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9E7 is #403618. Grayscale: #C9C9C9. Windows color (decimal): -4208153 or 15190463. OLE color: 15190463.

HSL color Cylindrical-coordinate representation of color #BFC9E7: hue angle of 225º 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 #BFC9E7 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191201231-
CMYK0.170.1300.09
HSL225º45.45%82.75%-
HSV(B)225º17.32%90.59%-
XYZ56.858.6283.92-
YUV201.43144.69120.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 231 (90.62% from 255) = 37.08%
R=30.66%
G=32.26%
B=37.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912012310.170.1300.0922545.4582.75
HexBFC9E711D09e12d53
Octal277311347211501134155123
Binary10111111110010011110011110001110101001111000011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9E7; }

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

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

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

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

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

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

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

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