#BEC7ED

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

Shades of Periwinkle #BEC7ED

Tints of Periwinkle #BEC7ED

Color information

#BEC7ED (or 0xBEC7ED) is unknown color: approx Periwinkle. HEX triplet: BE, C7 and ED. RGB value is (190,199,237). Sum of RGB (Red+Green+Blue) = 190+199+237=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC7ED is #413812. Grayscale: #C8C8C8. Windows color (decimal): -4274195 or 15583166. OLE color: 15583166.

HSL color Cylindrical-coordinate representation of color #BEC7ED: hue angle of 228.51º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC7ED is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190199237-
CMYK0.200.1600.07
HSL228.51º56.63%83.73%-
HSV(B)228.51º19.83%92.94%-
XYZ56.9457.9188.3-
YUV200.64148.52120.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 199 (78.12% from 255) = 31.79%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=30.35%
G=31.79%
B=37.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901992370.200.1600.07228.5156.6383.73
HexBEC7ED141007e53954
Octal27630735524200734571124
Binary10111110110001111110110110100100000111111001011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7ED; }

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

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

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

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

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

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

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

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