#BEC5EE

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

Shades of Periwinkle #BEC5EE

Tints of Periwinkle #BEC5EE

Color information

#BEC5EE (or 0xBEC5EE) is unknown color: approx Periwinkle. HEX triplet: BE, C5 and EE. RGB value is (190,197,238). Sum of RGB (Red+Green+Blue) = 190+197+238=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC5EE is #413A11. Grayscale: #C7C7C7. Windows color (decimal): -4274706 or 15648190. OLE color: 15648190.

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

Color convert

RGB190197238-
CMYK0.200.1700.07
HSL231.25º58.54%83.92%-
HSV(B)231.25º20.17%93.33%-
XYZ56.6357.0588.92-
YUV199.58149.68121.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.4%
GREEN value IS 197 (77.34% from 255) = 31.52%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=30.4%
G=31.52%
B=38.08%

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
Decimal1901972380.200.1700.07231.2558.5483.92
HexBEC5EE141107e73b54
Octal27630535624210734773124
Binary10111110110001011110111010100100010111111001111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5EE; }

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

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

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

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

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

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

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

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