#BECEEC

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

Shades of Periwinkle #BECEEC

Tints of Periwinkle #BECEEC

Color information

#BECEEC (or 0xBECEEC) is unknown color: approx Periwinkle. HEX triplet: BE, CE and EC. RGB value is (190,206,236). Sum of RGB (Red+Green+Blue) = 190+206+236=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #BECEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEEC is #413113. Grayscale: #CCCCCC. Windows color (decimal): -4272404 or 15519422. OLE color: 15519422.

HSL color Cylindrical-coordinate representation of color #BECEEC: hue angle of 219.13º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECEEC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190206236-
CMYK0.190.1300.07
HSL219.13º54.76%83.53%-
HSV(B)219.13º19.49%92.55%-
XYZ58.4561.1588.08-
YUV204.64145.7117.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=30.06%
G=32.59%
B=37.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902062360.190.1300.07219.1354.7683.53
HexBECEEC13D07db3754
Octal27631635423150733367124
Binary1011111011001110111011001001111010111110110111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEEC; }

 p { color: rgb(190,206,236); }

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

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

 a { background-color: rgb(190,206,236); }

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

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

 span { border-color: rgb(190,206,236); }

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