#BEC4ED

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

Shades of Periwinkle #BEC4ED

Tints of Periwinkle #BEC4ED

Color information

#BEC4ED (or 0xBEC4ED) is unknown color: approx Periwinkle. HEX triplet: BE, C4 and ED. RGB value is (190,196,237). Sum of RGB (Red+Green+Blue) = 190+196+237=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4ED is #413B12. Grayscale: #C6C6C6. Windows color (decimal): -4274963 or 15582398. OLE color: 15582398.

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

Color convert

RGB190196237-
CMYK0.200.1700.07
HSL232.34º56.63%83.73%-
HSV(B)232.34º19.83%92.94%-
XYZ56.2656.5488.07-
YUV198.88149.51121.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 196 (76.95% from 255) = 31.46%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=30.50%
G=31.46%
B=38.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901962370.200.1700.07232.3456.6383.73
HexBEC4ED141107e83954
Octal27630435524210735071124
Binary10111110110001001110110110100100010111111010001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4ED; }

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

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

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

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

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

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

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

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