#BFC6E5

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

Shades of Periwinkle #BFC6E5

Tints of Periwinkle #BFC6E5

Color information

#BFC6E5 (or 0xBFC6E5) is unknown color: approx Periwinkle. HEX triplet: BF, C6 and E5. RGB value is (191,198,229). Sum of RGB (Red+Green+Blue) = 191+198+229=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFC6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6E5 is #40391A. Grayscale: #C7C7C7. Windows color (decimal): -4208923 or 15058623. OLE color: 15058623.

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

Color convert

RGB191198229-
CMYK0.170.1400.10
HSL228.95º42.22%82.35%-
HSV(B)228.95º16.59%89.8%-
XYZ55.8257.1282.21-
YUV199.44144.68121.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 198 (77.73% from 255) = 32.04%
BLUE value IS 229 (89.84% from 255) = 37.06%
R=30.91%
G=32.04%
B=37.06%

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
Decimal1911982290.170.1400.10228.9542.2282.35
HexBFC6E511E0Ae52a52
Octal277306345211601234552122
Binary10111111110001101110010110001111001010111001011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6E5; }

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

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

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

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

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

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

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

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