#BEC7EB

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

Shades of Periwinkle #BEC7EB

Tints of Periwinkle #BEC7EB

Color information

#BEC7EB (or 0xBEC7EB) is unknown color: approx Periwinkle. HEX triplet: BE, C7 and EB. RGB value is (190,199,235). Sum of RGB (Red+Green+Blue) = 190+199+235=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEC7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC7EB is #413814. Grayscale: #C8C8C8. Windows color (decimal): -4274197 or 15452094. OLE color: 15452094.

HSL color Cylindrical-coordinate representation of color #BEC7EB: hue angle of 228º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC7EB is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190199235-
CMYK0.190.1500.08
HSL228º52.94%83.33%-
HSV(B)228º19.15%92.16%-
XYZ56.6557.7986.77-
YUV200.41147.52120.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 199 (78.12% from 255) = 31.89%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=30.45%
G=31.89%
B=37.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901992350.190.1500.0822852.9483.33
HexBEC7EB13F08e43553
Octal276307353231701034465123
Binary10111110110001111110101110011111101000111001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7EB; }

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

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

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

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

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

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

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

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