#BEC1EE

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

Shades of Periwinkle #BEC1EE

Tints of Periwinkle #BEC1EE

Color information

#BEC1EE (or 0xBEC1EE) is unknown color: approx Periwinkle. HEX triplet: BE, C1 and EE. RGB value is (190,193,238). Sum of RGB (Red+Green+Blue) = 190+193+238=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1EE is #413E11. Grayscale: #C5C5C5. Windows color (decimal): -4275730 or 15647166. OLE color: 15647166.

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

Color convert

RGB190193238-
CMYK0.200.1900.07
HSL236.25º58.54%83.92%-
HSV(B)236.25º20.17%93.33%-
XYZ55.7455.2688.62-
YUV197.23151.01122.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 193 (75.78% from 255) = 31.08%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=30.60%
G=31.08%
B=38.33%

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
Decimal1901932380.200.1900.07236.2558.5483.92
HexBEC1EE141307ec3b54
Octal27630135624230735473124
Binary10111110110000011110111010100100110111111011001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1EE; }

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

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

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

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

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

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

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

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