#BFC3E1

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

Shades of Periwinkle #BFC3E1

Tints of Periwinkle #BFC3E1

Color information

#BFC3E1 (or 0xBFC3E1) is unknown color: approx Periwinkle. HEX triplet: BF, C3 and E1. RGB value is (191,195,225). Sum of RGB (Red+Green+Blue) = 191+195+225=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFC3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3E1 is #403C1E. Grayscale: #C5C5C5. Windows color (decimal): -4209695 or 14795711. OLE color: 14795711.

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

Color convert

RGB191195225-
CMYK0.150.1300.12
HSL232.94º36.17%81.57%-
HSV(B)232.94º15.11%88.24%-
XYZ54.5955.5479.08-
YUV197.22143.67123.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 195 (76.56% from 255) = 31.91%
BLUE value IS 225 (88.28% from 255) = 36.82%
R=31.26%
G=31.91%
B=36.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911952250.150.1300.12232.9436.1781.57
HexBFC3E1FD0Ce92452
Octal277303341171501435144122
Binary1011111111000011111000011111110101100111010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3E1; }

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

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

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

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

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

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

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

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