#BEC1ED

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

Shades of Periwinkle #BEC1ED

Tints of Periwinkle #BEC1ED

Color information

#BEC1ED (or 0xBEC1ED) is unknown color: approx Periwinkle. HEX triplet: BE, C1 and ED. RGB value is (190,193,237). Sum of RGB (Red+Green+Blue) = 190+193+237=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1ED is #413E12. Grayscale: #C4C4C4. Windows color (decimal): -4275731 or 15581630. OLE color: 15581630.

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

Color convert

RGB190193237-
CMYK0.200.1900.07
HSL236.17º56.63%83.73%-
HSV(B)236.17º19.83%92.94%-
XYZ55.5955.287.85-
YUV197.12150.51122.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 193 (75.78% from 255) = 31.13%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=30.65%
G=31.13%
B=38.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901932370.200.1900.07236.1756.6383.73
HexBEC1ED141307ec3954
Octal27630135524230735471124
Binary10111110110000011110110110100100110111111011001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1ED; }

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

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

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

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

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

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

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

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