#BEC4EB

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

Shades of Periwinkle #BEC4EB

Tints of Periwinkle #BEC4EB

Color information

#BEC4EB (or 0xBEC4EB) is unknown color: approx Periwinkle. HEX triplet: BE, C4 and EB. RGB value is (190,196,235). Sum of RGB (Red+Green+Blue) = 190+196+235=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEC4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4EB is #413B14. Grayscale: #C6C6C6. Windows color (decimal): -4274965 or 15451326. OLE color: 15451326.

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

Color convert

RGB190196235-
CMYK0.190.1700.08
HSL232º52.94%83.33%-
HSV(B)232º19.15%92.16%-
XYZ55.9756.4386.54-
YUV198.65148.51121.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 196 (76.95% from 255) = 31.56%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=30.60%
G=31.56%
B=37.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901962350.190.1700.0823252.9483.33
HexBEC4EB131108e83553
Octal276304353232101035065123
Binary101111101100010011101011100111000101000111010001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4EB; }

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

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

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

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

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

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

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

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