#BFC4E5

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

Shades of Periwinkle #BFC4E5

Tints of Periwinkle #BFC4E5

Color information

#BFC4E5 (or 0xBFC4E5) is unknown color: approx Periwinkle. HEX triplet: BF, C4 and E5. RGB value is (191,196,229). Sum of RGB (Red+Green+Blue) = 191+196+229=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFC4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4E5 is #403B1A. Grayscale: #C6C6C6. Windows color (decimal): -4209435 or 15058111. OLE color: 15058111.

HSL color Cylindrical-coordinate representation of color #BFC4E5: hue angle of 232.11º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC4E5 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191196229-
CMYK0.170.1400.10
HSL232.11º42.22%82.35%-
HSV(B)232.11º16.59%89.8%-
XYZ55.3756.2182.06-
YUV198.27145.34122.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.01%
GREEN value IS 196 (76.95% from 255) = 31.82%
BLUE value IS 229 (89.84% from 255) = 37.18%
R=31.01%
G=31.82%
B=37.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911962290.170.1400.10232.1142.2282.35
HexBFC4E511E0Ae82a52
Octal277304345211601235052122
Binary10111111110001001110010110001111001010111010001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4E5; }

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

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

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

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

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

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

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

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