#BFC4E9

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

Shades of Periwinkle #BFC4E9

Tints of Periwinkle #BFC4E9

Color information

#BFC4E9 (or 0xBFC4E9) is unknown color: approx Periwinkle. HEX triplet: BF, C4 and E9. RGB value is (191,196,233). Sum of RGB (Red+Green+Blue) = 191+196+233=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFC4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC4E9 is #403B16. Grayscale: #C6C6C6. Windows color (decimal): -4209431 or 15320255. OLE color: 15320255.

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

Color convert

RGB191196233-
CMYK0.180.1600.09
HSL232.86º48.84%83.14%-
HSV(B)232.86º18.03%91.37%-
XYZ55.9356.4485.04-
YUV198.72147.34122.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 196 (76.95% from 255) = 31.61%
BLUE value IS 233 (91.41% from 255) = 37.58%
R=30.81%
G=31.61%
B=37.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911962330.180.1600.09232.8648.8483.14
HexBFC4E9121009e93153
Octal277304351222001135161123
Binary101111111100010011101001100101000001001111010011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4E9; }

 p { color: rgb(191,196,233); }

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

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

 a { background-color: rgb(191,196,233); }

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

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

 span { border-color: rgb(191,196,233); }

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