#BECDE1

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

Shades of Periwinkle #BECDE1

Tints of Periwinkle #BECDE1

Color information

#BECDE1 (or 0xBECDE1) is unknown color: approx Periwinkle. HEX triplet: BE, CD and E1. RGB value is (190,205,225). Sum of RGB (Red+Green+Blue) = 190+205+225=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #BECDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDE1 is #41321E. Grayscale: #CACACA. Windows color (decimal): -4272671 or 14798270. OLE color: 14798270.

HSL color Cylindrical-coordinate representation of color #BECDE1: hue angle of 214.29º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECDE1 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190205225-
CMYK0.160.0900.12
HSL214.29º36.84%81.37%-
HSV(B)214.29º15.56%88.24%-
XYZ56.6660.0579.84-
YUV202.8140.53118.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=30.65%
G=33.06%
B=36.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902052250.160.0900.12214.2936.8481.37
HexBECDE11090Cd62551
Octal276315341201101432645121
Binary10111110110011011110000110000100101100110101101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDE1; }

 p { color: rgb(190,205,225); }

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

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

 a { background-color: rgb(190,205,225); }

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

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

 span { border-color: rgb(190,205,225); }

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