#BEC4E8

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

Shades of Periwinkle #BEC4E8

Tints of Periwinkle #BEC4E8

Color information

#BEC4E8 (or 0xBEC4E8) is unknown color: approx Periwinkle. HEX triplet: BE, C4 and E8. RGB value is (190,196,232). Sum of RGB (Red+Green+Blue) = 190+196+232=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEC4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4E8 is #413B17. Grayscale: #C6C6C6. Windows color (decimal): -4274968 or 15254718. OLE color: 15254718.

HSL color Cylindrical-coordinate representation of color #BEC4E8: hue angle of 231.43º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEC4E8 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190196232-
CMYK0.180.1600.09
HSL231.43º47.73%82.75%-
HSV(B)231.43º18.1%90.98%-
XYZ55.5456.2584.27-
YUV198.31147.01122.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 196 (76.95% from 255) = 31.72%
BLUE value IS 232 (91.02% from 255) = 37.54%
R=30.74%
G=31.72%
B=37.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901962320.180.1600.09231.4347.7382.75
HexBEC4E8121009e73053
Octal276304350222001134760123
Binary101111101100010011101000100101000001001111001111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4E8; }

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

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

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

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

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

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

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

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