#BEC7E3

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

Shades of Periwinkle #BEC7E3

Tints of Periwinkle #BEC7E3

Color information

#BEC7E3 (or 0xBEC7E3) is unknown color: approx Periwinkle. HEX triplet: BE, C7 and E3. RGB value is (190,199,227). Sum of RGB (Red+Green+Blue) = 190+199+227=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEC7E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7E3 is #41381C. Grayscale: #C7C7C7. Windows color (decimal): -4274205 or 14927806. OLE color: 14927806.

HSL color Cylindrical-coordinate representation of color #BEC7E3: hue angle of 225.41º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEC7E3 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190199227-
CMYK0.160.1200.11
HSL225.41º39.78%81.76%-
HSV(B)225.41º16.3%89.02%-
XYZ55.5257.3480.81-
YUV199.5143.52121.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 199 (78.12% from 255) = 32.31%
BLUE value IS 227 (89.06% from 255) = 36.85%
R=30.84%
G=32.31%
B=36.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901992270.160.1200.11225.4139.7881.76
HexBEC7E310C0Be12852
Octal276307343201401334150122
Binary10111110110001111110001110000110001011111000011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7E3; }

 p { color: rgb(190,199,227); }

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

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

 a { background-color: rgb(190,199,227); }

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

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

 span { border-color: rgb(190,199,227); }

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